Class ActionLabelPacket
java.lang.Object
org.cyclops.cyclopscore.network.PacketBase
org.cyclops.cyclopscore.network.PacketCodec
org.cyclops.integrateddynamics.network.packet.ActionLabelPacket
- All Implemented Interfaces:
- net.minecraft.network.protocol.common.custom.CustomPacketPayload
public class ActionLabelPacket
extends org.cyclops.cyclopscore.network.PacketCodec
Packet for notifying onLabelPacket changes.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.cyclops.cyclopscore.network.PacketCodecorg.cyclops.cyclopscore.network.PacketCodec.ICodecActionNested classes/interfaces inherited from interface net.minecraft.network.protocol.common.custom.CustomPacketPayloadnet.minecraft.network.protocol.common.custom.CustomPacketPayload.FallbackProvider<B extends net.minecraft.network.FriendlyByteBuf>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.TypeAndCodec<B extends net.minecraft.network.FriendlyByteBuf,T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload> 
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, ActionLabelPacket> static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<ActionLabelPacket> Fields inherited from class org.cyclops.cyclopscore.network.PacketCodecfieldCache
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidactionClient(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player player) voidactionServer(net.minecraft.world.level.Level world, net.minecraft.server.level.ServerPlayer player) booleanisAsync()Methods inherited from class org.cyclops.cyclopscore.network.PacketCodecdecode, encodeMethods inherited from class org.cyclops.cyclopscore.network.PacketBasegetCodec, type, writeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.common.custom.CustomPacketPayloadtoVanillaClientbound, toVanillaServerbound
- 
Field Details- 
TYPEpublic static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<ActionLabelPacket> TYPE
- 
CODECpublic static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,ActionLabelPacket> CODEC
 
- 
- 
Constructor Details- 
ActionLabelPacketpublic ActionLabelPacket()
- 
ActionLabelPacket
 
- 
- 
Method Details- 
isAsyncpublic boolean isAsync()- Specified by:
- isAsyncin class- org.cyclops.cyclopscore.network.PacketBase
 
- 
actionClientpublic void actionClient(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player player) - Specified by:
- actionClientin class- org.cyclops.cyclopscore.network.PacketBase
 
- 
actionServerpublic void actionServer(net.minecraft.world.level.Level world, net.minecraft.server.level.ServerPlayer player) - Specified by:
- actionServerin class- org.cyclops.cyclopscore.network.PacketBase
 
 
-