Class NetData
java.lang.Object
io.github.kosmx.emotes.common.network.objects.NetData
-
Field Summary
FieldsModifier and TypeFieldDescription@Nullable com.zigythebird.playeranimcore.animation.Animationboolean@Nullable UUID0 - none, invalid 1 - stream emote 8 - config exchange 10 - stop //as the sub-packet idsintnet.minecraft.network.protocol.common.ClientboundCustomPayloadPacket#MAX_PAYLOAD_SIZE@Nullable UUIDbooleanfloatfloatbooleanIs the emote is valid (Not validated)booleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
purpose
0 - none, invalid 1 - stream emote 8 - config exchange 10 - stop //as the sub-packet ids -
threshold
public float threshold -
stopEmoteID
-
emoteData
@Nullable public @Nullable com.zigythebird.playeranimcore.animation.Animation emoteData -
tick
public float tick -
valid
public boolean validIs the emote is valid (Not validated) -
writeSong
public boolean writeSong -
versionsUpdated
public boolean versionsUpdated -
versions
-
player
-
isForced
public boolean isForced -
sizeLimit
public int sizeLimitnet.minecraft.network.protocol.common.ClientboundCustomPayloadPacket#MAX_PAYLOAD_SIZE -
strictSizeLimit
public boolean strictSizeLimit
-
-
Constructor Details
-
NetData
public NetData()
-
-
Method Details