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$cintermediary net/minecraft/class_5646$class_5649named net/minecraft/loot/provider/nbt/ContextLootNbtProvider$Serializer
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) voidtoJson(JsonObject jsonObject, ContextLootNbtProvider contextLootNbtProvider, JsonSerializationContext jsonSerializationContext)  
- 
Constructor Details
- 
Serializer
public Serializer() 
 - 
 - 
Method Details
- 
toJson
public void toJson(JsonObject jsonObject, ContextLootNbtProvider contextLootNbtProvider, JsonSerializationContext jsonSerializationContext) - Specified by:
 toJsonin interfaceJsonSerializer<ContextLootNbtProvider>- Mappings:
 Namespace Name Mixin selector official aLecw$c;a(Lcom/google/gson/JsonObject;Lecw;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_32437Lnet/minecraft/class_5646$class_5649;method_32437(Lcom/google/gson/JsonObject;Lnet/minecraft/class_5646;Lcom/google/gson/JsonSerializationContext;)Vnamed toJsonLnet/minecraft/loot/provider/nbt/ContextLootNbtProvider$Serializer;toJson(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;Lcom/google/gson/JsonSerializationContext;)V
 - 
fromJson
public ContextLootNbtProvider fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Specified by:
 fromJsonin interfaceJsonSerializer<ContextLootNbtProvider>- Mappings:
 Namespace Name Mixin selector official bLecw$c;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lecw;intermediary method_32438Lnet/minecraft/class_5646$class_5649;method_32438(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_5646;named fromJsonLnet/minecraft/loot/provider/nbt/ContextLootNbtProvider$Serializer;fromJson(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/provider/nbt/ContextLootNbtProvider;
 
 -