Class ServerPlayerGameModeMixin

java.lang.Object
com.hammy275.immersivemc.mixin.ServerPlayerGameModeMixin

public class ServerPlayerGameModeMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isCrouchingCondition(boolean value, net.minecraft.server.level.ServerPlayer serverPlayer, net.minecraft.world.level.Level level, net.minecraft.world.item.ItemStack itemStack, net.minecraft.world.InteractionHand interactionHand, net.minecraft.world.phys.BlockHitResult blockHitResult)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServerPlayerGameModeMixin

      public ServerPlayerGameModeMixin()
  • Method Details

    • isCrouchingCondition

      public boolean isCrouchingCondition(boolean value, net.minecraft.server.level.ServerPlayer serverPlayer, net.minecraft.world.level.Level level, net.minecraft.world.item.ItemStack itemStack, net.minecraft.world.InteractionHand interactionHand, net.minecraft.world.phys.BlockHitResult blockHitResult)