Uses of Class
net.md_5.bungee.api.chat.ItemTag
-
Packages that use ItemTag Package Description net.md_5.bungee.api.chat net.md_5.bungee.api.chat.hover.content -
-
Uses of ItemTag in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return ItemTag Modifier and Type Method Description ItemTagItemTag.Serializer. deserialize(com.google.gson.JsonElement element, Type type, com.google.gson.JsonDeserializationContext context)static ItemTagItemTag. ofNbt(String nbt)Methods in net.md_5.bungee.api.chat with parameters of type ItemTag Modifier and Type Method Description com.google.gson.JsonElementItemTag.Serializer. serialize(ItemTag itemTag, Type type, com.google.gson.JsonSerializationContext context) -
Uses of ItemTag in net.md_5.bungee.api.chat.hover.content
Methods in net.md_5.bungee.api.chat.hover.content that return ItemTag Modifier and Type Method Description ItemTagItem. getTag()Optional.Methods in net.md_5.bungee.api.chat.hover.content with parameters of type ItemTag Modifier and Type Method Description voidItem. setTag(ItemTag tag)Optional.Constructors in net.md_5.bungee.api.chat.hover.content with parameters of type ItemTag Constructor Description Item(String id, int count, ItemTag tag)
-