Uses of Interface
net.minecraft.registry.RegistryKeyedValue
Packages that use RegistryKeyedValue
Package
Description
- 
Uses of RegistryKeyedValue in net.minecraft.blockFields in net.minecraft.block declared as RegistryKeyedValueModifier and TypeFieldDescriptionprivate RegistryKeyedValue<Block, Optional<RegistryKey<LootTable>>> AbstractBlock.Settings.lootTableprivate RegistryKeyedValue<Block, String> AbstractBlock.Settings.translationKey
- 
Uses of RegistryKeyedValue in net.minecraft.entityFields in net.minecraft.entity declared as RegistryKeyedValueModifier and TypeFieldDescriptionprivate RegistryKeyedValue<EntityType<?>, Optional<RegistryKey<LootTable>>> EntityType.Builder.lootTableprivate RegistryKeyedValue<EntityType<?>, String> EntityType.Builder.translationKey
- 
Uses of RegistryKeyedValue in net.minecraft.itemFields in net.minecraft.item declared as RegistryKeyedValueModifier and TypeFieldDescriptionprivate static final RegistryKeyedValue<Item, String> Item.Settings.BLOCK_PREFIXED_TRANSLATION_KEYprivate static final RegistryKeyedValue<Item, String> Item.Settings.ITEM_PREFIXED_TRANSLATION_KEYprivate RegistryKeyedValue<Item, Identifier> Item.Settings.modelIdprivate RegistryKeyedValue<Item, String> Item.Settings.translationKey
- 
Uses of RegistryKeyedValue in net.minecraft.registryMethods in net.minecraft.registry that return RegistryKeyedValueModifier and TypeMethodDescriptionstatic <T,V> RegistryKeyedValue <T, V> RegistryKeyedValue.fixed(V value)