Class ClientMixinProxy
java.lang.Object
com.hammy275.immersivemc.client.ClientMixinProxy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancollideDoPlayerMoveInRoomRedirect(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>
voidhandleForcedLidAnimation(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 booleanplayerIsLocalPlayer(net.minecraft.world.entity.player.Player player)
-
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)
-