Class ExpandDisplayInfo

java.lang.Object
com.blamejared.crafttweaker.natives.advancement.ExpandDisplayInfo

@ZenRegister public class ExpandDisplayInfo extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.resources.ResourceLocation
    getBackground(net.minecraft.advancements.DisplayInfo internal)
     
    static net.minecraft.network.chat.Component
    getDescription(net.minecraft.advancements.DisplayInfo internal)
     
    static net.minecraft.advancements.FrameType
    getFrame(net.minecraft.advancements.DisplayInfo internal)
     
    static net.minecraft.world.item.ItemStack
    getIcon(net.minecraft.advancements.DisplayInfo internal)
     
    static net.minecraft.network.chat.Component
    getTitle(net.minecraft.advancements.DisplayInfo internal)
     
    static float
    getX(net.minecraft.advancements.DisplayInfo internal)
     
    static float
    getY(net.minecraft.advancements.DisplayInfo internal)
     
    static boolean
    isHidden(net.minecraft.advancements.DisplayInfo internal)
     
    static void
    setLocation(net.minecraft.advancements.DisplayInfo internal, float x, float y)
     
    static boolean
    shouldAnnounceChat(net.minecraft.advancements.DisplayInfo internal)
     
    static boolean
    shouldShowToast(net.minecraft.advancements.DisplayInfo internal)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandDisplayInfo

      public ExpandDisplayInfo()
  • Method Details

    • setLocation

      public static void setLocation(net.minecraft.advancements.DisplayInfo internal, float x, float y)
    • getTitle

      public static net.minecraft.network.chat.Component getTitle(net.minecraft.advancements.DisplayInfo internal)
    • getDescription

      public static net.minecraft.network.chat.Component getDescription(net.minecraft.advancements.DisplayInfo internal)
    • getIcon

      public static net.minecraft.world.item.ItemStack getIcon(net.minecraft.advancements.DisplayInfo internal)
    • getBackground

      public static net.minecraft.resources.ResourceLocation getBackground(net.minecraft.advancements.DisplayInfo internal)
    • getFrame

      public static net.minecraft.advancements.FrameType getFrame(net.minecraft.advancements.DisplayInfo internal)
    • getX

      public static float getX(net.minecraft.advancements.DisplayInfo internal)
    • getY

      public static float getY(net.minecraft.advancements.DisplayInfo internal)
    • shouldShowToast

      public static boolean shouldShowToast(net.minecraft.advancements.DisplayInfo internal)
    • shouldAnnounceChat

      public static boolean shouldAnnounceChat(net.minecraft.advancements.DisplayInfo internal)
    • isHidden

      public static boolean isHidden(net.minecraft.advancements.DisplayInfo internal)