Uses of Record Class
net.minecraft.world.entity.player.Input
Packages that use Input
Package
Description
-
Uses of Input in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type Input -
Uses of Input in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type InputModifier and TypeMethodDescriptionMultiPlayerGameMode.createPlayer(ClientLevel level, StatsCounter stats, ClientRecipeBook recipeBook, Input lastSentInput, boolean wasSprinting) -
Uses of Input in net.minecraft.client.player
Fields in net.minecraft.client.player declared as InputMethods in net.minecraft.client.player that return InputConstructors in net.minecraft.client.player with parameters of type InputModifierConstructorDescriptionLocalPlayer(Minecraft minecraft, ClientLevel level, ClientPacketListener connection, StatsCounter stats, ClientRecipeBook recipeBook, Input lastSentInput, boolean wasSprinting, ChatAbilities chatAbilities) -
Uses of Input in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as InputModifier and TypeFieldDescriptionprivate final InputServerboundPlayerInputPacket.inputThe field for theinputrecord component.Methods in net.minecraft.network.protocol.game that return InputModifier and TypeMethodDescriptionServerboundPlayerInputPacket.input()Returns the value of theinputrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type InputModifierConstructorDescriptionCreates an instance of aServerboundPlayerInputPacketrecord class. -
Uses of Input in net.minecraft.server.level
Fields in net.minecraft.server.level declared as InputMethods in net.minecraft.server.level that return InputMethods in net.minecraft.server.level with parameters of type Input -
Uses of Input in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player declared as InputFields in net.minecraft.world.entity.player with type parameters of type InputModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, Input> Input.STREAM_CODEC