Class Mount<E extends LivingEntity>

java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<E>
net.minecraft.world.entity.ai.behavior.Mount<E>

public class Mount<E extends LivingEntity> extends Behavior<E>
  • Field Details

    • CLOSE_ENOUGH_TO_START_RIDING_DIST

      private static final int CLOSE_ENOUGH_TO_START_RIDING_DIST
      See Also:
      Constant Field Values
    • speedModifier

      private final float speedModifier
  • Constructor Details

    • Mount

      public Mount(float p_23536_)
  • Method Details