Uses of Class
net.minecraft.loot.provider.nbt.ContextLootNbtProvider
Package | Description |
---|---|
net.minecraft.loot.provider.nbt |
-
Uses of ContextLootNbtProvider in net.minecraft.loot.provider.nbt
Fields in net.minecraft.loot.provider.nbt declared as ContextLootNbtProvider Modifier and Type Field Description static ContextLootNbtProvider
ContextLootNbtProvider. BLOCK_ENTITY
Methods in net.minecraft.loot.provider.nbt that return ContextLootNbtProvider Modifier and Type Method Description ContextLootNbtProvider
ContextLootNbtProvider.CustomSerializer. fromJson(JsonElement jsonElement, JsonDeserializationContext jsonDeserializationContext)
ContextLootNbtProvider
ContextLootNbtProvider.Serializer. fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext)
private static ContextLootNbtProvider
ContextLootNbtProvider. setTarget(String target)
Methods in net.minecraft.loot.provider.nbt with parameters of type ContextLootNbtProvider Modifier and Type Method Description JsonElement
ContextLootNbtProvider.CustomSerializer. toJson(ContextLootNbtProvider contextLootNbtProvider, JsonSerializationContext jsonSerializationContext)
void
ContextLootNbtProvider.Serializer. toJson(JsonObject jsonObject, ContextLootNbtProvider contextLootNbtProvider, JsonSerializationContext jsonSerializationContext)