Class ClientMixinProxy

java.lang.Object
com.hammy275.immersivemc.client.ClientMixinProxy

public class ClientMixinProxy extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    collideDoPlayerMoveInRoomRedirect(net.minecraft.client.multiplayer.ClientLevel level, net.minecraft.world.entity.Entity entity, net.minecraft.world.phys.AABB aabb)
     
    static <T extends net.minecraft.world.level.block.entity.BlockEntity>
    void
    handleForcedLidAnimation(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, T blockEntity, com.llamalad7.mixinextras.injector.wrapoperation.Operation<Void> original)
     
    static boolean
    playerIsLocalPlayer(net.minecraft.world.entity.player.Player player)
     

    Methods inherited from class Object

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

    • pretendPlayerIsNotCrouching

      public static boolean pretendPlayerIsNotCrouching
  • Constructor Details

    • ClientMixinProxy

      public ClientMixinProxy()
  • Method Details

    • playerIsLocalPlayer

      public static boolean playerIsLocalPlayer(net.minecraft.world.entity.player.Player player)
    • collideDoPlayerMoveInRoomRedirect

      public static boolean collideDoPlayerMoveInRoomRedirect(net.minecraft.client.multiplayer.ClientLevel level, net.minecraft.world.entity.Entity entity, net.minecraft.world.phys.AABB aabb)
    • handleForcedLidAnimation

      public static <T extends net.minecraft.world.level.block.entity.BlockEntity> void handleForcedLidAnimation(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, T blockEntity, com.llamalad7.mixinextras.injector.wrapoperation.Operation<Void> original)