Package net.minecraft.loot.entry
Class LootPoolEntry.Serializer<T extends LootPoolEntry>
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry.Serializer<T>
- All Implemented Interfaces:
JsonSerializer<T>
- Direct Known Subclasses:
LeafEntry.Serializer
- Enclosing class:
LootPoolEntry
public abstract static class LootPoolEntry.Serializer<T extends LootPoolEntry>
extends Object
implements JsonSerializer<T>
- Mappings:
Namespace Name official dsv$b
intermediary net/minecraft/class_79$class_5337
named net/minecraft/loot/entry/LootPoolEntry$Serializer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
addEntryFields
(JsonObject json, T entry, JsonSerializationContext context) final T
fromJson
(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) abstract T
fromJson
(JsonObject json, JsonDeserializationContext context, LootCondition[] conditions) final void
toJson
(JsonObject jsonObject, T t, JsonSerializationContext jsonSerializationContext)
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
toJson
public final void toJson(JsonObject jsonObject, T t, JsonSerializationContext jsonSerializationContext) - Specified by:
toJson
in interfaceJsonSerializer<T extends LootPoolEntry>
- Mappings:
Namespace Name Mixin selector official b
Ldsv$b;b(Lcom/google/gson/JsonObject;Ldsv;Lcom/google/gson/JsonSerializationContext;)V
intermediary method_29320
Lnet/minecraft/class_79$class_5337;method_29320(Lcom/google/gson/JsonObject;Lnet/minecraft/class_79;Lcom/google/gson/JsonSerializationContext;)V
named toJson
Lnet/minecraft/loot/entry/LootPoolEntry$Serializer;toJson(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/entry/LootPoolEntry;Lcom/google/gson/JsonSerializationContext;)V
-
fromJson
public final T fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext) - Specified by:
fromJson
in interfaceJsonSerializer<T extends LootPoolEntry>
- Mappings:
Namespace Name Mixin selector official b
Ldsv$b;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldsv;
intermediary method_29319
Lnet/minecraft/class_79$class_5337;method_29319(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_79;
named fromJson
Lnet/minecraft/loot/entry/LootPoolEntry$Serializer;fromJson(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/entry/LootPoolEntry;
-
addEntryFields
- Mappings:
Namespace Name Mixin selector official a
Ldsv$b;a(Lcom/google/gson/JsonObject;Ldsv;Lcom/google/gson/JsonSerializationContext;)V
intermediary method_422
Lnet/minecraft/class_79$class_5337;method_422(Lcom/google/gson/JsonObject;Lnet/minecraft/class_79;Lcom/google/gson/JsonSerializationContext;)V
named addEntryFields
Lnet/minecraft/loot/entry/LootPoolEntry$Serializer;addEntryFields(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/entry/LootPoolEntry;Lcom/google/gson/JsonSerializationContext;)V
-
fromJson
public abstract T fromJson(JsonObject json, JsonDeserializationContext context, LootCondition[] conditions) - Mappings:
Namespace Name Mixin selector official b
Ldsv$b;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Ldux;)Ldsv;
intermediary method_424
Lnet/minecraft/class_79$class_5337;method_424(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnet/minecraft/class_5341;)Lnet/minecraft/class_79;
named fromJson
Lnet/minecraft/loot/entry/LootPoolEntry$Serializer;fromJson(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnet/minecraft/loot/condition/LootCondition;)Lnet/minecraft/loot/entry/LootPoolEntry;
-