Class ParrotElementImpl

All Implemented Interfaces:
AnimatedSceneElement, ParrotElement, PonderElement, PonderSceneElement

public class ParrotElementImpl extends AnimatedSceneElementBase implements ParrotElement
  • Field Details

    • location

      protected net.minecraft.world.phys.Vec3 location
    • entity

      @Nullable protected net.minecraft.world.entity.animal.Parrot entity
    • pose

      protected ParrotPose pose
    • initialPose

      protected Supplier<? extends ParrotPose> initialPose
  • Constructor Details

    • ParrotElementImpl

      protected ParrotElementImpl(net.minecraft.world.phys.Vec3 location, Supplier<? extends ParrotPose> pose)
  • Method Details