Class PlayerTeleportPacket
java.lang.Object
org.cyclops.cyclopscore.network.PacketBase
org.cyclops.cyclopscore.network.PacketCodec
org.cyclops.integrateddynamics.network.packet.PlayerTeleportPacket
public class PlayerTeleportPacket
extends org.cyclops.cyclopscore.network.PacketCodec
Packet for subscribing a network update to a player.
-
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
ConstructorsConstructorDescriptionPlayerTeleportPacket(net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> dimension, double x, double y, double z, float yaw, float pitch) -
Method Summary
Modifier 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.PacketCodec
addCodedAction, decode, encode, getAction, getActionSuper, read, write
-
Constructor Details
-
PlayerTeleportPacket
public PlayerTeleportPacket() -
PlayerTeleportPacket
public PlayerTeleportPacket(net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> dimension, double x, double y, double z, float yaw, float pitch)
-
-
Method Details
-
isAsync
public boolean isAsync()- Specified by:
isAsyncin classorg.cyclops.cyclopscore.network.PacketBase
-
actionClient
public void actionClient(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player player) - Specified by:
actionClientin classorg.cyclops.cyclopscore.network.PacketBase
-
actionServer
public void actionServer(net.minecraft.world.level.Level world, net.minecraft.server.level.ServerPlayer player) - Specified by:
actionServerin classorg.cyclops.cyclopscore.network.PacketBase
-