Class PlayerInteractionManager

java.lang.Object
net.minecraft.server.management.PlayerInteractionManager
Direct Known Subclasses:
DemoPlayerInteractionManager

public class PlayerInteractionManager extends Object
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • level

      public ServerWorld level
    • player

      public ServerPlayerEntity player
    • gameModeForPlayer

      private GameType gameModeForPlayer
    • previousGameModeForPlayer

      private GameType previousGameModeForPlayer
    • isDestroyingBlock

      private boolean isDestroyingBlock
    • destroyProgressStart

      private int destroyProgressStart
    • destroyPos

      private BlockPos destroyPos
    • gameTicks

      private int gameTicks
    • hasDelayedDestroy

      private boolean hasDelayedDestroy
    • delayedDestroyPos

      private BlockPos delayedDestroyPos
    • delayedTickStart

      private int delayedTickStart
    • lastSentState

      private int lastSentState
  • Constructor Details

    • PlayerInteractionManager

      public PlayerInteractionManager(ServerWorld p_i50702_1_)
  • Method Details