Uses of Interface
net.minecraft.registry.RegistryKeyedValue
Package
Description
-
Uses of RegistryKeyedValue in net.minecraft.block
Modifier and TypeFieldDescriptionprivate RegistryKeyedValue
<Block, Optional<RegistryKey<LootTable>>> AbstractBlock.Settings.lootTable
private RegistryKeyedValue
<Block, String> AbstractBlock.Settings.translationKey
-
Uses of RegistryKeyedValue in net.minecraft.entity
Modifier and TypeFieldDescriptionprivate RegistryKeyedValue
<EntityType<?>, Optional<RegistryKey<LootTable>>> EntityType.Builder.lootTable
private RegistryKeyedValue
<EntityType<?>, String> EntityType.Builder.translationKey
-
Uses of RegistryKeyedValue in net.minecraft.item
Modifier and TypeFieldDescriptionprivate static final RegistryKeyedValue
<Item, String> Item.Settings.BLOCK_PREFIXED_TRANSLATION_KEY
private static final RegistryKeyedValue
<Item, String> Item.Settings.ITEM_PREFIXED_TRANSLATION_KEY
private RegistryKeyedValue
<Item, Identifier> Item.Settings.modelId
private RegistryKeyedValue
<Item, String> Item.Settings.translationKey
-
Uses of RegistryKeyedValue in net.minecraft.registry
Modifier and TypeMethodDescriptionstatic <T,
V> RegistryKeyedValue <T, V> RegistryKeyedValue.fixed
(V value)