Class CreateSceneBuilder.SpecialInstructions.ParrotSpinOnComponentPose

java.lang.Object
net.createmod.ponder.api.element.ParrotPose
com.simibubi.create.foundation.ponder.CreateSceneBuilder.SpecialInstructions.ParrotSpinOnComponentPose
Enclosing class:
CreateSceneBuilder.SpecialInstructions

public static class CreateSceneBuilder.SpecialInstructions.ParrotSpinOnComponentPose extends net.createmod.ponder.api.element.ParrotPose
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.createmod.ponder.api.element.ParrotPose

    net.createmod.ponder.api.element.ParrotPose.DancePose, net.createmod.ponder.api.element.ParrotPose.FaceCursorPose, net.createmod.ponder.api.element.ParrotPose.FacePointOfInterestPose, net.createmod.ponder.api.element.ParrotPose.FaceVecPose, net.createmod.ponder.api.element.ParrotPose.FlappyPose
  • Constructor Summary

    Constructors
    Constructor
    Description
    ParrotSpinOnComponentPose(net.minecraft.core.BlockPos componentPos)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tick(net.createmod.ponder.foundation.PonderScene scene, net.minecraft.world.entity.animal.Parrot entity, net.minecraft.world.phys.Vec3 location)
     

    Methods inherited from class net.createmod.ponder.api.element.ParrotPose

    create

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ParrotSpinOnComponentPose

      public ParrotSpinOnComponentPose(net.minecraft.core.BlockPos componentPos)
  • Method Details

    • tick

      public void tick(net.createmod.ponder.foundation.PonderScene scene, net.minecraft.world.entity.animal.Parrot entity, net.minecraft.world.phys.Vec3 location)
      Specified by:
      tick in class net.createmod.ponder.api.element.ParrotPose