Class PrepareRamNearestTarget.RamCandidate

java.lang.Object
net.minecraft.world.entity.ai.behavior.PrepareRamNearestTarget.RamCandidate
Enclosing class:
PrepareRamNearestTarget<E extends PathfinderMob>

public static class PrepareRamNearestTarget.RamCandidate extends Object
  • Field Details

    • startPosition

      private final BlockPos startPosition
    • targetPosition

      private final BlockPos targetPosition
    • target

      final LivingEntity target
  • Constructor Details

  • Method Details

    • getStartPosition

      public BlockPos getStartPosition()
    • getTargetPosition

      public BlockPos getTargetPosition()
    • getTarget

      public LivingEntity getTarget()