Class SpotAnimationDefinitions


  • public class SpotAnimationDefinitions
    extends java.lang.Object
    • Constructor Detail

      • SpotAnimationDefinitions

        public SpotAnimationDefinitions()
    • Method Detail

      • load

        @NonNull
        public static @NonNull java.util.List<SpotAnimationDefinition> load​(int first,
                                                                            int last)
        Gets a list of definitions within the range of [first, last].
      • load

        @NonNull
        public static @NonNull java.util.List<SpotAnimationDefinition> load​(int first,
                                                                            int last,
                                                                            java.util.function.Predicate<SpotAnimationDefinition> filter)
        Gets a list of definitions within the range of [first, last] that are accepted by the filter.
      • load

        public static SpotAnimationDefinition load​(int id)
        Gets the definition for the object with the specified id.
        Returns:
        The definition if available, otherwise null