Uses of Class
net.minecraft.loot.LootType
-
Packages that use LootType Package Description net.minecraft.loot -
-
Uses of LootType in net.minecraft.loot
Classes in net.minecraft.loot with type parameters of type LootType Modifier and Type Class Description static class
LootTypesManager.LootTypeRegistryWrapper<E,T extends LootType<E>>
(package private) static class
LootTypesManager.Serializer<E,T extends LootType<E>>
Subclasses of LootType in net.minecraft.loot Modifier and Type Class Description class
LootConditionType
class
LootFunctionType
class
LootPoolEntryType
Methods in net.minecraft.loot with type parameters of type LootType Modifier and Type Method Description static <E,T extends LootType<E>>
LootTypesManager.LootTypeRegistryWrapper<E,T>LootTypesManager. builder(Registry<T> p_237389_0_, java.lang.String p_237389_1_, java.lang.String p_237389_2_, java.util.function.Function<E,T> p_237389_3_)
-