java.lang.Object
xyz.srnyx.annoyingapi.reflection.org.bukkit.inventory.meta.components.RefCustomModelDataComponent

public class RefCustomModelDataComponent extends Object
1.21.4+ org.bukkit.inventory.meta.components.CustomModelDataComponent
  • Field Details

    • CUSTOM_MODEL_DATA_COMPONENT_CLASS

      @Nullable public static final @Nullable Class<?> CUSTOM_MODEL_DATA_COMPONENT_CLASS
      1.21.4+ org.bukkit.inventory.meta.components.CustomModelDataComponent
    • CUSTOM_MODEL_DATA_COMPONENT_GET_COLORS_METHOD

      @Nullable public static final @Nullable Method CUSTOM_MODEL_DATA_COMPONENT_GET_COLORS_METHOD
      1.21.4+ org.bukkit.inventory.meta.components.CustomModelDataComponent#getColors()
    • CUSTOM_MODEL_DATA_COMPONENT_GET_FLAGS_METHOD

      @Nullable public static final @Nullable Method CUSTOM_MODEL_DATA_COMPONENT_GET_FLAGS_METHOD
      1.21.4+ org.bukkit.inventory.meta.components.CustomModelDataComponent#getFlags()
    • CUSTOM_MODEL_DATA_COMPONENT_GET_FLOATS_METHOD

      @Nullable public static final @Nullable Method CUSTOM_MODEL_DATA_COMPONENT_GET_FLOATS_METHOD
      1.21.4+ org.bukkit.inventory.meta.components.CustomModelDataComponent#getFloats()
    • CUSTOM_MODEL_DATA_COMPONENT_GET_STRINGS_METHOD

      @Nullable public static final @Nullable Method CUSTOM_MODEL_DATA_COMPONENT_GET_STRINGS_METHOD
      1.21.4+ org.bukkit.inventory.meta.components.CustomModelDataComponent#getStrings()
    • CUSTOM_MODEL_DATA_COMPONENT_SET_COLORS_METHOD

      @Nullable public static final @Nullable Method CUSTOM_MODEL_DATA_COMPONENT_SET_COLORS_METHOD
      1.21.4+ org.bukkit.inventory.meta.components.CustomModelDataComponent#setColors(java.util.List)
    • CUSTOM_MODEL_DATA_COMPONENT_SET_FLAGS_METHOD

      @Nullable public static final @Nullable Method CUSTOM_MODEL_DATA_COMPONENT_SET_FLAGS_METHOD
      1.21.4+ org.bukkit.inventory.meta.components.CustomModelDataComponent#setFlags(java.util.List)
    • CUSTOM_MODEL_DATA_COMPONENT_SET_FLOATS_METHOD

      @Nullable public static final @Nullable Method CUSTOM_MODEL_DATA_COMPONENT_SET_FLOATS_METHOD
      1.21.4+ org.bukkit.inventory.meta.components.CustomModelDataComponent#setFloats(java.util.List)
    • CUSTOM_MODEL_DATA_COMPONENT_SET_STRINGS_METHOD

      @Nullable public static final @Nullable Method CUSTOM_MODEL_DATA_COMPONENT_SET_STRINGS_METHOD
      1.21.4+ org.bukkit.inventory.meta.components.CustomModelDataComponent#setStrings(java.util.List)
  • Method Details

    • hasColors

      public static boolean hasColors(@NotNull @NotNull Object component)
    • hasFlags

      public static boolean hasFlags(@NotNull @NotNull Object component)
    • hasFloats

      public static boolean hasFloats(@NotNull @NotNull Object component)
    • hasStrings

      public static boolean hasStrings(@NotNull @NotNull Object component)
    • isEmpty

      public static boolean isEmpty(@NotNull @NotNull Object component)