net.minecraft.advancement

public class AdvancementInfo

u
net.minecraft.class_3357
net.minecraft.advancement.AdvancementInfo
net.minecraft.advancements.DisplayInfo
net.minecraft.advancements.DisplayInfo

Field summary

Modifier and TypeField
private final Text
a
field_16474
title
field_192300_a
title
private final Text
b
field_16475
description
field_193225_b
description
private final ItemStack
c
field_16476
icon
field_192301_b
icon
private final Identifier
d
field_16477
background
field_192302_c
background
private final FrameType
e
field_16478
frameType
field_192303_d
frame
private final boolean
f
field_16479
toast
field_193226_f
showToast
private final boolean
g
field_16480
chat
field_193227_g
announceToChat
private final boolean
h
field_16481
hidden
field_193228_h
hidden
private float
i
field_16482
x
field_192304_e
x
private float
j
field_16483
y
field_192305_f
y

Constructor summary

ModifierConstructor
public (ItemStack icon, Text title, Text description, Identifier background, FrameType frameType, boolean toast, boolean chat, boolean hidden)

Method summary

Modifier and TypeMethod
public void
a(float arg0, float arg1)
method_15003(float arg0, float arg1)
setPosition(float x, float y)
func_192292_a(float arg0, float arg1)
setPosition(float x, float y)
public Text
a()
method_15002()
getTitle()
func_192297_a()
getTitle()
public Text
b()
method_15007()
getDescription()
func_193222_b()
getDescription()
public FrameType
e()
method_15011()
getFrameType()
func_192291_d()
getFrame()
public boolean
i()
method_15015()
showInChat()
func_193220_i()
shouldAnnounceToChat()
public boolean
j()
method_15016()
isHidden()
func_193224_j()
isHidden()
public static AdvancementInfo
a(com.google.gson.JsonObject arg0, com.google.gson.JsonDeserializationContext arg1)
method_15005(com.google.gson.JsonObject arg0, com.google.gson.JsonDeserializationContext arg1)
deserialize(com.google.gson.JsonObject json, com.google.gson.JsonDeserializationContext context)
func_192294_a(com.google.gson.JsonObject arg0, com.google.gson.JsonDeserializationContext arg1)
deserialize(com.google.gson.JsonObject object, com.google.gson.JsonDeserializationContext context)
private static ItemStack
a(com.google.gson.JsonObject arg0)
method_15004(com.google.gson.JsonObject arg0)
deserializeIcon(com.google.gson.JsonObject json)
func_193221_a(com.google.gson.JsonObject arg0)
deserializeIcon(com.google.gson.JsonObject object)
public void
a(hy arg0)
method_15006(class_1967 arg0)
serialize(PacketByteBuf buffer)
func_192290_a(PacketBuffer arg0)
write(PacketBuffer buf)
public static AdvancementInfo
b(hy arg0)
method_15008(class_1967 arg0)
deserialize(PacketByteBuf buffer)
func_192295_b(PacketBuffer arg0)
read(PacketBuffer buf)
public com.google.gson.JsonElement
k()
method_21313()
toJson()
func_200290_k()
serialize()
private com.google.gson.JsonObject
l()
method_21314()
iconToJson()
func_200289_l()
serializeIcon()
public ItemStack
c()
method_15009()
getIcon()
func_192298_b()
getIcon()
public Identifier
d()
method_15010()
getBackground()
func_192293_c()
getBackground()
public float
f()
method_15012()
getX()
func_192299_e()
getX()
public float
g()
method_15013()
getY()
func_192296_f()
getY()
public boolean
h()
method_15014()
showInToast()
func_193223_h()
shouldShowToast()