Package net.minecraft.loot
Class LootTableRanges
java.lang.Object
net.minecraft.loot.LootTableRanges
public class LootTableRanges extends Object
-
Field Summary
Fields Modifier and Type Field Description private static Map<Identifier,Class<? extends LootTableRange>>TYPES -
Constructor Summary
Constructors Constructor Description LootTableRanges() -
Method Summary
Modifier and Type Method Description static LootTableRangefromJson(JsonElement json, JsonDeserializationContext context)static JsonElementtoJson(LootTableRange range, JsonSerializationContext context)
-
Field Details
-
TYPES
-
-
Constructor Details
-
LootTableRanges
public LootTableRanges()
-
-
Method Details
-
fromJson
public static LootTableRange fromJson(JsonElement json, JsonDeserializationContext context) throws JsonParseException- Throws:
JsonParseException
-
toJson
-