Class ServerMixinProxy
java.lang.Object
com.hammy275.immersivemc.server.ServerMixinProxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic booleanNeeded since the decrement of openers to -1 is very bad, as when written as a count of number of openers then read back, it's read as an unsigned byte (255). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pretendPlayerIsNotCrouching
public static boolean pretendPlayerIsNotCrouching -
skipIncrementDecrementChests
public static boolean skipIncrementDecrementChestsNeeded since the decrement of openers to -1 is very bad, as when written as a count of number of openers then read back, it's read as an unsigned byte (255). Good to protect from bad values here anyway though.
-
-
Constructor Details
-
ServerMixinProxy
public ServerMixinProxy()
-