Class ExpandDisplayInfo
java.lang.Object
com.blamejared.crafttweaker.natives.advancement.ExpandDisplayInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.resources.ResourceLocationgetBackground(net.minecraft.advancements.DisplayInfo internal) static net.minecraft.network.chat.ComponentgetDescription(net.minecraft.advancements.DisplayInfo internal) static net.minecraft.advancements.FrameTypegetFrame(net.minecraft.advancements.DisplayInfo internal) static net.minecraft.world.item.ItemStackgetIcon(net.minecraft.advancements.DisplayInfo internal) static net.minecraft.network.chat.ComponentgetTitle(net.minecraft.advancements.DisplayInfo internal) static floatgetX(net.minecraft.advancements.DisplayInfo internal) static floatgetY(net.minecraft.advancements.DisplayInfo internal) static booleanisHidden(net.minecraft.advancements.DisplayInfo internal) static voidsetLocation(net.minecraft.advancements.DisplayInfo internal, float x, float y) static booleanshouldAnnounceChat(net.minecraft.advancements.DisplayInfo internal) static booleanshouldShowToast(net.minecraft.advancements.DisplayInfo internal)
-
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)
-