Interface Angerable

All Known Implementing Classes:
BeeEntity, EndermanEntity, IronGolemEntity, PolarBearEntity, WolfEntity, ZombifiedPiglinEntity

public interface Angerable
Mappings:
Namespace Name
official aro
intermediary net/minecraft/class_5354
named net/minecraft/entity/mob/Angerable
  • Method Details

    • getAngerTime

      int getAngerTime()
      Mappings:
      Namespace Name Mixin selector
      official G_ Laro;G_()I
      intermediary method_29507 Lnet/minecraft/class_5354;method_29507()I
      named getAngerTime Lnet/minecraft/entity/mob/Angerable;getAngerTime()I
    • setAngerTime

      void setAngerTime​(int ticks)
      Mappings:
      Namespace Name Mixin selector
      official a_ Laro;a_(I)V
      intermediary method_29514 Lnet/minecraft/class_5354;method_29514(I)V
      named setAngerTime Lnet/minecraft/entity/mob/Angerable;setAngerTime(I)V
    • getAngryAt

      @Nullable UUID getAngryAt()
      Mappings:
      Namespace Name Mixin selector
      official H_ Laro;H_()Ljava/util/UUID;
      intermediary method_29508 Lnet/minecraft/class_5354;method_29508()Ljava/util/UUID;
      named getAngryAt Lnet/minecraft/entity/mob/Angerable;getAngryAt()Ljava/util/UUID;
    • setAngryAt

      void setAngryAt​(@Nullable UUID uuid)
      Mappings:
      Namespace Name Mixin selector
      official a Laro;a(Ljava/util/UUID;)V
      intermediary method_29513 Lnet/minecraft/class_5354;method_29513(Ljava/util/UUID;)V
      named setAngryAt Lnet/minecraft/entity/mob/Angerable;setAngryAt(Ljava/util/UUID;)V
    • chooseRandomAngerTime

      void chooseRandomAngerTime()
      Mappings:
      Namespace Name Mixin selector
      official I_ Laro;I_()V
      intermediary method_29509 Lnet/minecraft/class_5354;method_29509()V
      named chooseRandomAngerTime Lnet/minecraft/entity/mob/Angerable;chooseRandomAngerTime()V
    • angerToTag

      default void angerToTag​(CompoundTag tag)
      Mappings:
      Namespace Name Mixin selector
      official c Laro;c(Lmq;)V
      intermediary method_29517 Lnet/minecraft/class_5354;method_29517(Lnet/minecraft/class_2487;)V
      named angerToTag Lnet/minecraft/entity/mob/Angerable;angerToTag(Lnet/minecraft/nbt/CompoundTag;)V
    • angerFromTag

      default void angerFromTag​(World world, CompoundTag tag)
      Mappings:
      Namespace Name Mixin selector
      official a Laro;a(Lbtv;Lmq;)V
      intermediary method_29512 Lnet/minecraft/class_5354;method_29512(Lnet/minecraft/class_1937;Lnet/minecraft/class_2487;)V
      named angerFromTag Lnet/minecraft/entity/mob/Angerable;angerFromTag(Lnet/minecraft/world/World;Lnet/minecraft/nbt/CompoundTag;)V
    • tickAngerLogic

      default void tickAngerLogic​(ServerWorld world, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Laro;a(Laav;Z)V
      intermediary method_29510 Lnet/minecraft/class_5354;method_29510(Lnet/minecraft/class_3218;Z)V
      named tickAngerLogic Lnet/minecraft/entity/mob/Angerable;tickAngerLogic(Lnet/minecraft/server/world/ServerWorld;Z)V
    • shouldAngerAt

      default boolean shouldAngerAt​(LivingEntity entity)
      Mappings:
      Namespace Name Mixin selector
      official a_ Laro;a_(Lari;)Z
      intermediary method_29515 Lnet/minecraft/class_5354;method_29515(Lnet/minecraft/class_1309;)Z
      named shouldAngerAt Lnet/minecraft/entity/mob/Angerable;shouldAngerAt(Lnet/minecraft/entity/LivingEntity;)Z
    • isUniversallyAngry

      default boolean isUniversallyAngry​(World world)
      Mappings:
      Namespace Name Mixin selector
      official b Laro;b(Lbtv;)Z
      intermediary method_29923 Lnet/minecraft/class_5354;method_29923(Lnet/minecraft/class_1937;)Z
      named isUniversallyAngry Lnet/minecraft/entity/mob/Angerable;isUniversallyAngry(Lnet/minecraft/world/World;)Z
    • hasAngerTime

      default boolean hasAngerTime()
      Mappings:
      Namespace Name Mixin selector
      official J_ Laro;J_()Z
      intermediary method_29511 Lnet/minecraft/class_5354;method_29511()Z
      named hasAngerTime Lnet/minecraft/entity/mob/Angerable;hasAngerTime()Z
    • forgive

      default void forgive​(PlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official b Laro;b(Lbhl;)V
      intermediary method_29516 Lnet/minecraft/class_5354;method_29516(Lnet/minecraft/class_1657;)V
      named forgive Lnet/minecraft/entity/mob/Angerable;forgive(Lnet/minecraft/entity/player/PlayerEntity;)V
    • universallyAnger

      default void universallyAnger()
      Mappings:
      Namespace Name Mixin selector
      official K_ Laro;K_()V
      intermediary method_29921 Lnet/minecraft/class_5354;method_29921()V
      named universallyAnger Lnet/minecraft/entity/mob/Angerable;universallyAnger()V
    • stopAnger

      default void stopAnger()
      Mappings:
      Namespace Name Mixin selector
      official L_ Laro;L_()V
      intermediary method_29922 Lnet/minecraft/class_5354;method_29922()V
      named stopAnger Lnet/minecraft/entity/mob/Angerable;stopAnger()V
    • setAttacker

      void setAttacker​(@Nullable LivingEntity attacker)
      Mappings:
      Namespace Name Mixin selector
      official a Laro;a(Lari;)V
      intermediary method_6015 Lnet/minecraft/class_5354;method_6015(Lnet/minecraft/class_1309;)V
      named setAttacker Lnet/minecraft/entity/mob/Angerable;setAttacker(Lnet/minecraft/entity/LivingEntity;)V
    • setAttacking

      void setAttacking​(@Nullable PlayerEntity attacking)
      Mappings:
      Namespace Name Mixin selector
      official e Laro;e(Lbhl;)V
      intermediary method_29505 Lnet/minecraft/class_5354;method_29505(Lnet/minecraft/class_1657;)V
      named setAttacking Lnet/minecraft/entity/mob/Angerable;setAttacking(Lnet/minecraft/entity/player/PlayerEntity;)V
    • setTarget

      void setTarget​(@Nullable LivingEntity target)
      Mappings:
      Namespace Name Mixin selector
      official h Laro;h(Lari;)V
      intermediary method_5980 Lnet/minecraft/class_5354;method_5980(Lnet/minecraft/class_1309;)V
      named setTarget Lnet/minecraft/entity/mob/Angerable;setTarget(Lnet/minecraft/entity/LivingEntity;)V
    • getTarget

      @Nullable LivingEntity getTarget()
      Mappings:
      Namespace Name Mixin selector
      official G Laro;G()Lari;
      intermediary method_5968 Lnet/minecraft/class_5354;method_5968()Lnet/minecraft/class_1309;
      named getTarget Lnet/minecraft/entity/mob/Angerable;getTarget()Lnet/minecraft/entity/LivingEntity;