Class ServerEntity

java.lang.Object
net.minecraft.server.level.ServerEntity

public class ServerEntity extends Object
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • TOLERANCE_LEVEL_ROTATION

      private static final int TOLERANCE_LEVEL_ROTATION
      See Also:
    • TOLERANCE_LEVEL_POSITION

      private static final double TOLERANCE_LEVEL_POSITION
      See Also:
    • FORCED_POS_UPDATE_PERIOD

      public static final int FORCED_POS_UPDATE_PERIOD
      See Also:
    • FORCED_TELEPORT_PERIOD

      private static final int FORCED_TELEPORT_PERIOD
      See Also:
    • level

      private final ServerLevel level
    • entity

      private final Entity entity
    • updateInterval

      private final int updateInterval
    • trackDelta

      private final boolean trackDelta
    • broadcast

      private final Consumer<Packet<?>> broadcast
    • positionCodec

      private final VecDeltaCodec positionCodec
    • yRotp

      private int yRotp
    • xRotp

      private int xRotp
    • yHeadRotp

      private int yHeadRotp
    • ap

      private Vec3 ap
    • tickCount

      private int tickCount
    • teleportDelay

      private int teleportDelay
    • lastPassengers

      private List<Entity> lastPassengers
    • wasRiding

      private boolean wasRiding
    • wasOnGround

      private boolean wasOnGround
    • trackedDataValues

      @Nullable private List<SynchedEntityData.DataValue<?>> trackedDataValues
  • Constructor Details

  • Method Details