Package devs.beer.nativepackets.api
Interface PlayerTeamPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a clientbound scoreboard team packet.
-
Method Summary
Modifier and TypeMethodDescriptionaction()voidaction(ScoreboardTeamAction action) voidparameters(ScoreboardTeamParameters parameters) intplayers()voidteamName()voidMethods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
teamName
String teamName() -
action
ScoreboardTeamAction action() -
parameters
-
playerCount
int playerCount() -
players
NativeValue players() -
teamName
-
action
-
parameters
-
players
-