Class ServerPlayerInteractionManager

java.lang.Object
net.minecraft.server.network.ServerPlayerInteractionManager
Direct Known Subclasses:
DemoServerPlayerInteractionManager

public class ServerPlayerInteractionManager
extends Object
  • Field Details

    • LOGGER

      private static final Logger LOGGER
    • world

      public ServerWorld world
    • player

      public ServerPlayerEntity player
    • gameMode

      private GameMode gameMode
    • previousGameMode

      private GameMode previousGameMode
    • mining

      private boolean mining
    • startMiningTime

      private int startMiningTime
    • miningPos

      private BlockPos miningPos
    • tickCounter

      private int tickCounter
    • failedToMine

      private boolean failedToMine
    • failedMiningPos

      private BlockPos failedMiningPos
    • failedStartMiningTime

      private int failedStartMiningTime
    • blockBreakingProgress

      private int blockBreakingProgress
  • Constructor Details

    • ServerPlayerInteractionManager

      public ServerPlayerInteractionManager​(ServerWorld world)
  • Method Details