Class MovementAudioComponent

java.lang.Object
com.hypixel.hytale.server.core.modules.entity.component.MovementAudioComponent
All Implemented Interfaces:
Component<EntityStore>, Cloneable

public class MovementAudioComponent extends Object implements Component<EntityStore>
  • Field Details

    • NO_REPEAT

      public static float NO_REPEAT
    • shouldHearPredicate

      private final MovementAudioComponent.ShouldHearPredicate shouldHearPredicate
    • lastInsideBlockTypeId

      private int lastInsideBlockTypeId
    • nextMoveInRepeat

      private float nextMoveInRepeat
  • Constructor Details

    • MovementAudioComponent

      public MovementAudioComponent()
  • Method Details