Class ServerMixinProxy

java.lang.Object
com.hammy275.immersivemc.server.ServerMixinProxy

public class ServerMixinProxy extends Object
  • Field Details

    • pretendPlayerIsNotCrouching

      public static boolean pretendPlayerIsNotCrouching
    • skipIncrementDecrementChests

      public static boolean skipIncrementDecrementChests
      Needed 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()