Package com.hammy275.immersivemc.client
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 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)
-