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 p_308901_) -
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 p_308913_) 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 p_309008_)