Uses of Record Class
net.minecraft.network.protocol.game.ClientboundTickingStepPacket
Packages that use ClientboundTickingStepPacket
-
Uses of ClientboundTickingStepPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundTickingStepPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleTickingStep
(ClientboundTickingStepPacket pPacket) -
Uses of ClientboundTickingStepPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundTickingStepPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundTickingStepPacket> GamePacketTypes.CLIENTBOUND_TICKING_STEP
static final StreamCodec
<FriendlyByteBuf, ClientboundTickingStepPacket> ClientboundTickingStepPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return ClientboundTickingStepPacketModifier and TypeMethodDescriptionstatic ClientboundTickingStepPacket
ClientboundTickingStepPacket.from
(TickRateManager pTickRateManager) Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundTickingStepPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundTickingStepPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleTickingStep
(ClientboundTickingStepPacket pPacket)