Package net.minecraft.loot.provider.nbt
Class ContextLootNbtProvider.Serializer
java.lang.Object
net.minecraft.loot.provider.nbt.ContextLootNbtProvider.Serializer
- All Implemented Interfaces:
- JsonSerializer<ContextLootNbtProvider>
- Enclosing class:
- ContextLootNbtProvider
public static class ContextLootNbtProvider.Serializer
extends Object
implements JsonSerializer<ContextLootNbtProvider>
- Mappings:
- Namespace - Name - official - ecw$c- intermediary - net/minecraft/class_5646$class_5649- named - net/minecraft/loot/provider/nbt/ContextLootNbtProvider$Serializer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) voidtoJson(JsonObject jsonObject, ContextLootNbtProvider contextLootNbtProvider, JsonSerializationContext jsonSerializationContext) 
- 
Constructor Details- 
Serializerpublic Serializer()
 
- 
- 
Method Details- 
toJsonpublic void toJson(JsonObject jsonObject, ContextLootNbtProvider contextLootNbtProvider, JsonSerializationContext jsonSerializationContext) - Specified by:
- toJsonin interface- JsonSerializer<ContextLootNbtProvider>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lecw$c;a(Lcom/google/gson/JsonObject;Lecw;Lcom/google/gson/JsonSerializationContext;)V- intermediary - method_32437- Lnet/minecraft/class_5646$class_5649;method_32437(Lcom/google/gson/JsonObject;Lnet/minecraft/class_5646;Lcom/google/gson/JsonSerializationContext;)V- named - toJson- Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider$Serializer;toJson(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;Lcom/google/gson/JsonSerializationContext;)V
 
- 
fromJsonpublic ContextLootNbtProvider fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Specified by:
- fromJsonin interface- JsonSerializer<ContextLootNbtProvider>
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lecw$c;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lecw;- intermediary - method_32438- Lnet/minecraft/class_5646$class_5649;method_32438(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_5646;- named - fromJson- Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider$Serializer;fromJson(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;
 
 
-