类 ItemBasedSteering

java.lang.Object
net.minecraft.world.entity.ItemBasedSteering

public class ItemBasedSteering extends Object
  • 字段详细资料

    • MIN_BOOST_TIME

      private static final int MIN_BOOST_TIME
      另请参阅:
    • MAX_BOOST_TIME

      private static final int MAX_BOOST_TIME
      另请参阅:
    • entityData

      private final SynchedEntityData entityData
    • boostTimeAccessor

      private final EntityDataAccessor<Integer> boostTimeAccessor
    • boosting

      private boolean boosting
    • boostTime

      private int boostTime
  • 构造器详细资料

  • 方法详细资料

    • onSynced

      public void onSynced()
    • boost

      public boolean boost(RandomSource p_217033_)
    • tickBoost

      public void tickBoost()
    • boostFactor

      public float boostFactor()
    • boostTimeTotal

      private int boostTimeTotal()