Class DisplayInfo

java.lang.Object
net.minecraft.advancements.DisplayInfo

public class DisplayInfo extends Object
  • Field Details

    • title

      private final ITextComponent title
    • description

      private final ITextComponent description
    • icon

      private final ItemStack icon
    • background

      private final ResourceLocation background
    • frame

      private final FrameType frame
    • showToast

      private final boolean showToast
    • announceChat

      private final boolean announceChat
    • hidden

      private final boolean hidden
    • x

      private float x
    • y

      private float y
  • Constructor Details

  • Method Details

    • setLocation

      public void setLocation(float p_192292_1_, float p_192292_2_)
    • getTitle

      public ITextComponent getTitle()
    • getDescription

      public ITextComponent getDescription()
    • getIcon

      public ItemStack getIcon()
    • getBackground

      @Nullable public ResourceLocation getBackground()
    • getFrame

      public FrameType getFrame()
    • getX

      public float getX()
    • getY

      public float getY()
    • shouldShowToast

      public boolean shouldShowToast()
    • shouldAnnounceChat

      public boolean shouldAnnounceChat()
    • isHidden

      public boolean isHidden()
    • fromJson

      public static DisplayInfo fromJson(com.google.gson.JsonObject p_192294_0_)
    • getIcon

      private static ItemStack getIcon(com.google.gson.JsonObject p_193221_0_)
    • serializeToNetwork

      public void serializeToNetwork(PacketBuffer p_192290_1_)
    • fromNetwork

      public static DisplayInfo fromNetwork(PacketBuffer p_192295_0_)
    • serializeToJson

      public com.google.gson.JsonElement serializeToJson()
    • serializeIcon

      private com.google.gson.JsonObject serializeIcon()