Class ServerPlayMixin

java.lang.Object
com.beansgalaxy.backpacks.mixin.common.ServerPlayMixin

public class ServerPlayMixin extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    net.minecraft.server.level.ServerPlayer
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    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)
     
    void
    setCreativeBackSlot(net.minecraft.network.protocol.game.ServerboundSetCreativeModeSlotPacket ctx, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)