Class PartOffsetsSubscribePacket
java.lang.Object
org.cyclops.cyclopscore.network.PacketBase
org.cyclops.cyclopscore.network.PacketCodec
org.cyclops.integrateddynamics.network.packet.PartOffsetsSubscribePacket
public class PartOffsetsSubscribePacket
extends org.cyclops.cyclopscore.network.PacketCodec
Packet for subscribing a player to network diagnostics updates.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cyclops.cyclopscore.network.PacketCodec
org.cyclops.cyclopscore.network.PacketCodec.ICodecAction, org.cyclops.cyclopscore.network.PacketCodec.ICodecRunnable
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.network.PacketCodec
fieldCache, READ_STRING_MAX_LENGTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
actionClient
(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player player) void
actionServer
(net.minecraft.world.level.Level world, net.minecraft.server.level.ServerPlayer player) boolean
isAsync()
Methods inherited from class org.cyclops.cyclopscore.network.PacketCodec
addCodedAction, decode, encode, getAction, getActionSuper, read, write
-
Constructor Details
-
PartOffsetsSubscribePacket
public PartOffsetsSubscribePacket() -
PartOffsetsSubscribePacket
public PartOffsetsSubscribePacket(boolean subscribe)
-
-
Method Details
-
isAsync
public boolean isAsync()- Specified by:
isAsync
in classorg.cyclops.cyclopscore.network.PacketBase
-
actionClient
public void actionClient(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player player) - Specified by:
actionClient
in classorg.cyclops.cyclopscore.network.PacketBase
-
actionServer
public void actionServer(net.minecraft.world.level.Level world, net.minecraft.server.level.ServerPlayer player) - Specified by:
actionServer
in classorg.cyclops.cyclopscore.network.PacketBase
-