Class ServerPlayMixin
java.lang.Object
com.beansgalaxy.backpacks.mixin.common.ServerPlayMixin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.InteractionResultinteractBlock(net.minecraft.server.level.ServerPlayerGameMode instance, net.minecraft.server.level.ServerPlayer player, net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hitResult) net.minecraft.world.InteractionResultinteractItem(net.minecraft.server.level.ServerPlayerGameMode instance, net.minecraft.server.level.ServerPlayer player, net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack, net.minecraft.world.InteractionHand hand) voidsetCreativeBackSlot(net.minecraft.network.protocol.game.ServerboundSetCreativeModeSlotPacket ctx, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-
Field Details
-
player
public net.minecraft.server.level.ServerPlayer player
-
-
Constructor Details
-
ServerPlayMixin
public ServerPlayMixin()
-
-
Method Details
-
interactItem
public net.minecraft.world.InteractionResult interactItem(net.minecraft.server.level.ServerPlayerGameMode instance, net.minecraft.server.level.ServerPlayer player, net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack, net.minecraft.world.InteractionHand hand) -
interactBlock
public net.minecraft.world.InteractionResult interactBlock(net.minecraft.server.level.ServerPlayerGameMode instance, net.minecraft.server.level.ServerPlayer player, net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack stack, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hitResult) -
setCreativeBackSlot
public void setCreativeBackSlot(net.minecraft.network.protocol.game.ServerboundSetCreativeModeSlotPacket ctx, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-