Class EvokerFangsEntity

java.lang.Object
net.minecraft.entity.Entity
net.minecraft.entity.mob.EvokerFangsEntity
All Implemented Interfaces:
CommandOutput, Nameable

public class EvokerFangsEntity
extends Entity
  • Field Details

    • warmup

      private int warmup
    • startedAttack

      private boolean startedAttack
    • ticksLeft

      private int ticksLeft
    • playingAnimation

      private boolean playingAnimation
    • owner

      private LivingEntity owner
    • ownerUuid

      private UUID ownerUuid
  • Constructor Details

    • EvokerFangsEntity

      public EvokerFangsEntity​(EntityType<? extends EvokerFangsEntity> type, World world)
    • EvokerFangsEntity

      public EvokerFangsEntity​(World world, double x, double y, double z, float yaw, int warmup, LivingEntity owner)
  • Method Details