Uses of Class
net.minecraft.loot.provider.nbt.LootNbtProviderType
Packages that use LootNbtProviderType
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of LootNbtProviderType in net.minecraft.loot.provider.nbt
Fields in net.minecraft.loot.provider.nbt declared as LootNbtProviderTypeModifier and TypeFieldDescriptionstatic final LootNbtProviderTypeLootNbtProviderTypes.CONTEXTstatic final LootNbtProviderTypeLootNbtProviderTypes.STORAGEMethods in net.minecraft.loot.provider.nbt that return LootNbtProviderTypeModifier and TypeMethodDescriptionContextLootNbtProvider.getType()LootNbtProvider.getType()StorageLootNbtProvider.getType()private static LootNbtProviderTypeLootNbtProviderTypes.register(String id, JsonSerializer<? extends LootNbtProvider> jsonSerializer) -
Uses of LootNbtProviderType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type LootNbtProviderTypeModifier and TypeFieldDescriptionstatic final Registry<LootNbtProviderType>Registry.LOOT_NBT_PROVIDER_TYPEstatic final RegistryKey<Registry<LootNbtProviderType>>Registry.LOOT_NBT_PROVIDER_TYPE_KEY