Class EntityPoseChangeEvent

    • Constructor Detail

      • EntityPoseChangeEvent

        public EntityPoseChangeEvent​(@NotNull
                                     Entity who,
                                     @NotNull
                                     Pose pose)
    • Method Detail

      • getPose

        @NotNull
        public Pose getPose()
        Gets the entity's new pose.
        Returns:
        the new pose
      • getHandlerList

        @NotNull
        public static HandlerList getHandlerList()