Class FakeAdvancement.FakeAdvancementDisplay

java.lang.Object
com.fren_gor.ultimateAdvancementAPI.advancement.display.AdvancementDisplay
com.fren_gor.ultimateAdvancementAPI.advancement.FakeAdvancement.FakeAdvancementDisplay
Enclosing class:
FakeAdvancement

public static final class FakeAdvancement.FakeAdvancementDisplay extends AdvancementDisplay
See Also:
  • Constructor Details

    • FakeAdvancementDisplay

      public FakeAdvancementDisplay(@NotNull @NotNull Material icon, @NotNull @NotNull String title, @NotNull @NotNull AdvancementFrameType frame, float x, float y)
      Creates a new FakeAdvancementDisplay.
      Parameters:
      icon - The material of the item that will be shown in the GUI.
      title - The title of the advancement.
      frame - The shape of the advancement.
      x - The x coordinate of the advancement.
      y - The y coordinate of the advancement.
    • FakeAdvancementDisplay

      public FakeAdvancementDisplay(@NotNull @NotNull ItemStack icon, @NotNull @NotNull String title, @NotNull @NotNull AdvancementFrameType frame, float x, float y)
      Creates a new FakeAdvancementDisplay.
      Parameters:
      icon - The item that will be shown in the GUI.
      title - The title of the advancement.
      frame - The shape of the advancement.
      x - The x coordinate of the advancement.
      y - The y coordinate of the advancement.
  • Method Details