Package net.minecraft.item
Class Item.Settings
java.lang.Object
net.minecraft.item.Item.Settings
- Enclosing class:
Item
Item settings configure behaviors common to all items, such as the stack's max
count. An instance of this must be passed to the constructor
of
Item (or most of its subclasses).- Mappings:
Namespace Name named net/minecraft/item/Item$Settingsintermediary net/minecraft/class_1792$class_1793official dje$a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final RegistryKeyedValue<Item, String> private final ComponentMap.Builderprivate static final RegistryKeyedValue<Item, String> private final RegistryKeyedValue<Item, Identifier> private @Nullable RegistryKey<Item> (package private) FeatureSetprivate RegistryKeyedValue<Item, String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarmor(ArmorMaterial material, EquipmentType type) attributeModifiers(AttributeModifiersComponent attributeModifiersComponent) axe(ToolMaterial material, float attackDamage, float attackSpeed) <T> Item.Settingscomponent(ComponentType<T> type, T value) enchantable(int enchantability) equippable(EquipmentSlot slot) If called, any item with this Settings instance is immune to fire and lava damage.food(FoodComponent foodComponent) When set, any item configured with this Settings instance will be edible based on the providedFoodComponent.food(FoodComponent foodComponent, ConsumableComponent consumableComponent) protected String(package private) ComponentMapgetValidatedComponents(Text name, Identifier modelId) hoe(ToolMaterial material, float attackDamage, float attackSpeed) horseArmor(ArmorMaterial material) jukeboxPlayable(RegistryKey<JukeboxSong> songKey) maxCount(int maxCount) Sets the maximum stack count of any ItemStack with an Item using this Settings instance.maxDamage(int maxDamage) Sets the maximum durability of any item configured with this Settings instance.method_75216(ToolMaterial toolMaterial, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9, float float10) method_75217(ArmorMaterial armorMaterial) pickaxe(ToolMaterial material, float attackDamage, float attackSpeed) Sets theRarityof any item configured with this Settings instance, which changes the color of its name.recipeRemainder(Item recipeRemainder) Sets the recipe remainder for any item configured with this Settings instance.registryKey(RegistryKey<Item> registryKey) repairable(Item repairIngredient) repairable(TagKey<Item> repairIngredientsTag) requires(FeatureFlag[] features) shovel(ToolMaterial material, float attackDamage, float attackSpeed) spawnEgg(EntityType<?> entityType) sword(ToolMaterial material, float attackDamage, float attackSpeed) tool(ToolMaterial material, TagKey<Block> effectiveBlocks, float attackDamage, float attackSpeed, float disableBlockingForSeconds) translationKey(String translationKey) trimMaterial(RegistryKey<ArmorTrimMaterial> trimMaterial) useCooldown(float seconds) useRemainder(Item convertInto) wolfArmor(ArmorMaterial material)
-
Field Details
-
BLOCK_PREFIXED_TRANSLATION_KEY
- Mappings:
Namespace Name Mixin selector named BLOCK_PREFIXED_TRANSLATION_KEYLnet/minecraft/item/Item$Settings;BLOCK_PREFIXED_TRANSLATION_KEY:Lnet/minecraft/registry/RegistryKeyedValue;intermediary field_54115Lnet/minecraft/class_1792$class_1793;field_54115:Lnet/minecraft/class_10162;official aLdje$a;a:Lamq;
-
ITEM_PREFIXED_TRANSLATION_KEY
- Mappings:
Namespace Name Mixin selector named ITEM_PREFIXED_TRANSLATION_KEYLnet/minecraft/item/Item$Settings;ITEM_PREFIXED_TRANSLATION_KEY:Lnet/minecraft/registry/RegistryKeyedValue;intermediary field_54116Lnet/minecraft/class_1792$class_1793;field_54116:Lnet/minecraft/class_10162;official bLdje$a;b:Lamq;
-
components
- Mappings:
Namespace Name Mixin selector named componentsLnet/minecraft/item/Item$Settings;components:Lnet/minecraft/component/ComponentMap$Builder;intermediary field_49265Lnet/minecraft/class_1792$class_1793;field_49265:Lnet/minecraft/class_9323$class_9324;official cLdje$a;c:Lkl$a;
-
recipeRemainder
- Mappings:
Namespace Name Mixin selector named recipeRemainderLnet/minecraft/item/Item$Settings;recipeRemainder:Lnet/minecraft/item/Item;intermediary field_8018Lnet/minecraft/class_1792$class_1793;field_8018:Lnet/minecraft/class_1792;official dLdje$a;d:Ldje;
-
requiredFeatures
FeatureSet requiredFeatures- Mappings:
Namespace Name Mixin selector named requiredFeaturesLnet/minecraft/item/Item$Settings;requiredFeatures:Lnet/minecraft/resource/featuretoggle/FeatureSet;intermediary field_40210Lnet/minecraft/class_1792$class_1793;field_40210:Lnet/minecraft/class_7699;official eLdje$a;e:Ldeq;
-
registryKey
- Mappings:
Namespace Name Mixin selector named registryKeyLnet/minecraft/item/Item$Settings;registryKey:Lnet/minecraft/registry/RegistryKey;intermediary field_54117Lnet/minecraft/class_1792$class_1793;field_54117:Lnet/minecraft/class_5321;official fLdje$a;f:Lamx;
-
translationKey
- Mappings:
Namespace Name Mixin selector named translationKeyLnet/minecraft/item/Item$Settings;translationKey:Lnet/minecraft/registry/RegistryKeyedValue;intermediary field_54118Lnet/minecraft/class_1792$class_1793;field_54118:Lnet/minecraft/class_10162;official gLdje$a;g:Lamq;
-
modelId
- Mappings:
Namespace Name Mixin selector named modelIdLnet/minecraft/item/Item$Settings;modelId:Lnet/minecraft/registry/RegistryKeyedValue;intermediary field_54119Lnet/minecraft/class_1792$class_1793;field_54119:Lnet/minecraft/class_10162;official hLdje$a;h:Lamq;
-
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
food
When set, any item configured with this Settings instance will be edible based on the providedFoodComponent.- Parameters:
foodComponent- configured food properties for any item using this Settings instance- Returns:
- this instance
- Mappings:
Namespace Name Mixin selector named foodLnet/minecraft/item/Item$Settings;food(Lnet/minecraft/component/type/FoodComponent;)Lnet/minecraft/item/Item$Settings;intermediary method_19265Lnet/minecraft/class_1792$class_1793;method_19265(Lnet/minecraft/class_4174;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Ldew;)Ldje$a;
-
food
- Mappings:
Namespace Name Mixin selector named foodLnet/minecraft/item/Item$Settings;food(Lnet/minecraft/component/type/FoodComponent;Lnet/minecraft/component/type/ConsumableComponent;)Lnet/minecraft/item/Item$Settings;intermediary method_62833Lnet/minecraft/class_1792$class_1793;method_62833(Lnet/minecraft/class_4174;Lnet/minecraft/class_10124;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Ldew;Ldlp;)Ldje$a;
-
useRemainder
- Mappings:
Namespace Name Mixin selector named useRemainderLnet/minecraft/item/Item$Settings;useRemainder(Lnet/minecraft/item/Item;)Lnet/minecraft/item/Item$Settings;intermediary method_62834Lnet/minecraft/class_1792$class_1793;method_62834(Lnet/minecraft/class_1792;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Ldje;)Ldje$a;
-
useCooldown
- Mappings:
Namespace Name Mixin selector named useCooldownLnet/minecraft/item/Item$Settings;useCooldown(F)Lnet/minecraft/item/Item$Settings;intermediary method_62832Lnet/minecraft/class_1792$class_1793;method_62832(F)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(F)Ldje$a;
-
maxCount
Sets the maximum stack count of any ItemStack with an Item using this Settings instance.Note that a count over 64 leads to unreliable behavior in GUIs. Damageable items can not have a maximum stack count (they default to 1). An Item.Settings' max count defaults to 64.
- Parameters:
maxCount- maximum stack count of any ItemStack with an item using this Settings instance- Returns:
- this instance
- Throws:
RuntimeException- if this Settings instance also has a max damage value set- Mappings:
Namespace Name Mixin selector named maxCountLnet/minecraft/item/Item$Settings;maxCount(I)Lnet/minecraft/item/Item$Settings;intermediary method_7889Lnet/minecraft/class_1792$class_1793;method_7889(I)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(I)Ldje$a;
-
maxDamage
Sets the maximum durability of any item configured with this Settings instance.Note that max stack count is set to 1 when this method is called.
- Parameters:
maxDamage- maximum durability of an ItemStack using an item with this Item.Settings instance- Returns:
- this instance
- Mappings:
Namespace Name Mixin selector named maxDamageLnet/minecraft/item/Item$Settings;maxDamage(I)Lnet/minecraft/item/Item$Settings;intermediary method_7895Lnet/minecraft/class_1792$class_1793;method_7895(I)Lnet/minecraft/class_1792$class_1793;official bLdje$a;b(I)Ldje$a;
-
recipeRemainder
Sets the recipe remainder for any item configured with this Settings instance. When an item with a recipe remainder is used in a crafting recipe, the remainder is left in the table or returned to the player.- Returns:
- this instance
- Mappings:
Namespace Name Mixin selector named recipeRemainderLnet/minecraft/item/Item$Settings;recipeRemainder(Lnet/minecraft/item/Item;)Lnet/minecraft/item/Item$Settings;intermediary method_7896Lnet/minecraft/class_1792$class_1793;method_7896(Lnet/minecraft/class_1792;)Lnet/minecraft/class_1792$class_1793;official bLdje$a;b(Ldje;)Ldje$a;
-
rarity
Sets theRarityof any item configured with this Settings instance, which changes the color of its name.An item's rarity defaults to
Rarity.COMMON.- Parameters:
rarity- rarity to apply to items using this Settings instance- Returns:
- this instance
- Mappings:
Namespace Name Mixin selector named rarityLnet/minecraft/item/Item$Settings;rarity(Lnet/minecraft/util/Rarity;)Lnet/minecraft/item/Item$Settings;intermediary method_7894Lnet/minecraft/class_1792$class_1793;method_7894(Lnet/minecraft/class_1814;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Ldke;)Ldje$a;
-
fireproof
If called, any item with this Settings instance is immune to fire and lava damage.- Returns:
- this instance
- Mappings:
Namespace Name Mixin selector named fireproofLnet/minecraft/item/Item$Settings;fireproof()Lnet/minecraft/item/Item$Settings;intermediary method_24359Lnet/minecraft/class_1792$class_1793;method_24359()Lnet/minecraft/class_1792$class_1793;official aLdje$a;a()Ldje$a;
-
jukeboxPlayable
- Mappings:
Namespace Name Mixin selector named jukeboxPlayableLnet/minecraft/item/Item$Settings;jukeboxPlayable(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/item/Item$Settings;intermediary method_60745Lnet/minecraft/class_1792$class_1793;method_60745(Lnet/minecraft/class_5321;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Lamx;)Ldje$a;
-
enchantable
- Mappings:
Namespace Name Mixin selector named enchantableLnet/minecraft/item/Item$Settings;enchantable(I)Lnet/minecraft/item/Item$Settings;intermediary method_61649Lnet/minecraft/class_1792$class_1793;method_61649(I)Lnet/minecraft/class_1792$class_1793;official cLdje$a;c(I)Ldje$a;
-
repairable
- Mappings:
Namespace Name Mixin selector named repairableLnet/minecraft/item/Item$Settings;repairable(Lnet/minecraft/item/Item;)Lnet/minecraft/item/Item$Settings;intermediary method_61648Lnet/minecraft/class_1792$class_1793;method_61648(Lnet/minecraft/class_1792;)Lnet/minecraft/class_1792$class_1793;official cLdje$a;c(Ldje;)Ldje$a;
-
repairable
- Mappings:
Namespace Name Mixin selector named repairableLnet/minecraft/item/Item$Settings;repairable(Lnet/minecraft/registry/tag/TagKey;)Lnet/minecraft/item/Item$Settings;intermediary method_61647Lnet/minecraft/class_1792$class_1793;method_61647(Lnet/minecraft/class_6862;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Lbek;)Ldje$a;
-
equippable
- Mappings:
Namespace Name Mixin selector named equippableLnet/minecraft/item/Item$Settings;equippable(Lnet/minecraft/entity/EquipmentSlot;)Lnet/minecraft/item/Item$Settings;intermediary method_63682Lnet/minecraft/class_1792$class_1793;method_63682(Lnet/minecraft/class_1304;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Lcfq;)Ldje$a;
-
equippableUnswappable
- Mappings:
Namespace Name Mixin selector named equippableUnswappableLnet/minecraft/item/Item$Settings;equippableUnswappable(Lnet/minecraft/entity/EquipmentSlot;)Lnet/minecraft/item/Item$Settings;intermediary method_64194Lnet/minecraft/class_1792$class_1793;method_64194(Lnet/minecraft/class_1304;)Lnet/minecraft/class_1792$class_1793;official bLdje$a;b(Lcfq;)Ldje$a;
-
tool
public Item.Settings tool(ToolMaterial material, TagKey<Block> effectiveBlocks, float attackDamage, float attackSpeed, float disableBlockingForSeconds) - Mappings:
Namespace Name Mixin selector named toolLnet/minecraft/item/Item$Settings;tool(Lnet/minecraft/item/ToolMaterial;Lnet/minecraft/registry/tag/TagKey;FFF)Lnet/minecraft/item/Item$Settings;intermediary method_66331Lnet/minecraft/class_1792$class_1793;method_66331(Lnet/minecraft/class_9886;Lnet/minecraft/class_6862;FFF)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Ldkx;Lbek;FFF)Ldje$a;
-
pickaxe
- Mappings:
Namespace Name Mixin selector named pickaxeLnet/minecraft/item/Item$Settings;pickaxe(Lnet/minecraft/item/ToolMaterial;FF)Lnet/minecraft/item/Item$Settings;intermediary method_66330Lnet/minecraft/class_1792$class_1793;method_66330(Lnet/minecraft/class_9886;FF)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Ldkx;FF)Ldje$a;
-
axe
- Mappings:
Namespace Name Mixin selector named axeLnet/minecraft/item/Item$Settings;axe(Lnet/minecraft/item/ToolMaterial;FF)Lnet/minecraft/item/Item$Settings;intermediary method_67190Lnet/minecraft/class_1792$class_1793;method_67190(Lnet/minecraft/class_9886;FF)Lnet/minecraft/class_1792$class_1793;official bLdje$a;b(Ldkx;FF)Ldje$a;
-
hoe
- Mappings:
Namespace Name Mixin selector named hoeLnet/minecraft/item/Item$Settings;hoe(Lnet/minecraft/item/ToolMaterial;FF)Lnet/minecraft/item/Item$Settings;intermediary method_67192Lnet/minecraft/class_1792$class_1793;method_67192(Lnet/minecraft/class_9886;FF)Lnet/minecraft/class_1792$class_1793;official cLdje$a;c(Ldkx;FF)Ldje$a;
-
shovel
- Mappings:
Namespace Name Mixin selector named shovelLnet/minecraft/item/Item$Settings;shovel(Lnet/minecraft/item/ToolMaterial;FF)Lnet/minecraft/item/Item$Settings;intermediary method_67193Lnet/minecraft/class_1792$class_1793;method_67193(Lnet/minecraft/class_9886;FF)Lnet/minecraft/class_1792$class_1793;official dLdje$a;d(Ldkx;FF)Ldje$a;
-
sword
- Mappings:
Namespace Name Mixin selector named swordLnet/minecraft/item/Item$Settings;sword(Lnet/minecraft/item/ToolMaterial;FF)Lnet/minecraft/item/Item$Settings;intermediary method_66333Lnet/minecraft/class_1792$class_1793;method_66333(Lnet/minecraft/class_9886;FF)Lnet/minecraft/class_1792$class_1793;official eLdje$a;e(Ldkx;FF)Ldje$a;
-
method_75216
public Item.Settings method_75216(ToolMaterial toolMaterial, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9, float float10) - Mappings:
Namespace Name Mixin selector named method_75216Lnet/minecraft/item/Item$Settings;method_75216(Lnet/minecraft/item/ToolMaterial;FFFFFFFFF)Lnet/minecraft/item/Item$Settings;intermediary method_75216Lnet/minecraft/class_1792$class_1793;method_75216(Lnet/minecraft/class_9886;FFFFFFFFF)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Ldkx;FFFFFFFFF)Ldje$a;
-
spawnEgg
- Mappings:
Namespace Name Mixin selector named spawnEggLnet/minecraft/item/Item$Settings;spawnEgg(Lnet/minecraft/entity/EntityType;)Lnet/minecraft/item/Item$Settings;intermediary method_72499Lnet/minecraft/class_1792$class_1793;method_72499(Lnet/minecraft/class_1299;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Lcfp;)Ldje$a;
-
armor
- Mappings:
Namespace Name Mixin selector named armorLnet/minecraft/item/Item$Settings;armor(Lnet/minecraft/item/equipment/ArmorMaterial;Lnet/minecraft/item/equipment/EquipmentType;)Lnet/minecraft/item/Item$Settings;intermediary method_66332Lnet/minecraft/class_1792$class_1793;method_66332(Lnet/minecraft/class_1741;Lnet/minecraft/class_8051;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Ldrv;Ldrx;)Ldje$a;
-
wolfArmor
- Mappings:
Namespace Name Mixin selector named wolfArmorLnet/minecraft/item/Item$Settings;wolfArmor(Lnet/minecraft/item/equipment/ArmorMaterial;)Lnet/minecraft/item/Item$Settings;intermediary method_67188Lnet/minecraft/class_1792$class_1793;method_67188(Lnet/minecraft/class_1741;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Ldrv;)Ldje$a;
-
horseArmor
- Mappings:
Namespace Name Mixin selector named horseArmorLnet/minecraft/item/Item$Settings;horseArmor(Lnet/minecraft/item/equipment/ArmorMaterial;)Lnet/minecraft/item/Item$Settings;intermediary method_67191Lnet/minecraft/class_1792$class_1793;method_67191(Lnet/minecraft/class_1741;)Lnet/minecraft/class_1792$class_1793;official bLdje$a;b(Ldrv;)Ldje$a;
-
method_75217
- Mappings:
Namespace Name Mixin selector named method_75217Lnet/minecraft/item/Item$Settings;method_75217(Lnet/minecraft/item/equipment/ArmorMaterial;)Lnet/minecraft/item/Item$Settings;intermediary method_75217Lnet/minecraft/class_1792$class_1793;method_75217(Lnet/minecraft/class_1741;)Lnet/minecraft/class_1792$class_1793;official cLdje$a;c(Ldrv;)Ldje$a;
-
trimMaterial
- Mappings:
Namespace Name Mixin selector named trimMaterialLnet/minecraft/item/Item$Settings;trimMaterial(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/item/Item$Settings;intermediary method_67189Lnet/minecraft/class_1792$class_1793;method_67189(Lnet/minecraft/class_5321;)Lnet/minecraft/class_1792$class_1793;official bLdje$a;b(Lamx;)Ldje$a;
-
requires
- Mappings:
Namespace Name Mixin selector named requiresLnet/minecraft/item/Item$Settings;requires([Lnet/minecraft/resource/featuretoggle/FeatureFlag;)Lnet/minecraft/item/Item$Settings;intermediary method_45434Lnet/minecraft/class_1792$class_1793;method_45434([Lnet/minecraft/class_7696;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a([Ldeo;)Ldje$a;
-
registryKey
- Mappings:
Namespace Name Mixin selector named registryKeyLnet/minecraft/item/Item$Settings;registryKey(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/item/Item$Settings;intermediary method_63686Lnet/minecraft/class_1792$class_1793;method_63686(Lnet/minecraft/class_5321;)Lnet/minecraft/class_1792$class_1793;official cLdje$a;c(Lamx;)Ldje$a;
-
translationKey
- Mappings:
Namespace Name Mixin selector named translationKeyLnet/minecraft/item/Item$Settings;translationKey(Ljava/lang/String;)Lnet/minecraft/item/Item$Settings;intermediary method_63684Lnet/minecraft/class_1792$class_1793;method_63684(Ljava/lang/String;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Ljava/lang/String;)Ldje$a;
-
useBlockPrefixedTranslationKey
- Mappings:
Namespace Name Mixin selector named useBlockPrefixedTranslationKeyLnet/minecraft/item/Item$Settings;useBlockPrefixedTranslationKey()Lnet/minecraft/item/Item$Settings;intermediary method_63685Lnet/minecraft/class_1792$class_1793;method_63685()Lnet/minecraft/class_1792$class_1793;official bLdje$a;b()Ldje$a;
-
useItemPrefixedTranslationKey
- Mappings:
Namespace Name Mixin selector named useItemPrefixedTranslationKeyLnet/minecraft/item/Item$Settings;useItemPrefixedTranslationKey()Lnet/minecraft/item/Item$Settings;intermediary method_63687Lnet/minecraft/class_1792$class_1793;method_63687()Lnet/minecraft/class_1792$class_1793;official cLdje$a;c()Ldje$a;
-
getTranslationKey
- Mappings:
Namespace Name Mixin selector named getTranslationKeyLnet/minecraft/item/Item$Settings;getTranslationKey()Ljava/lang/String;intermediary method_63689Lnet/minecraft/class_1792$class_1793;method_63689()Ljava/lang/String;official dLdje$a;d()Ljava/lang/String;
-
getModelId
- Mappings:
Namespace Name Mixin selector named getModelIdLnet/minecraft/item/Item$Settings;getModelId()Lnet/minecraft/util/Identifier;intermediary method_63691Lnet/minecraft/class_1792$class_1793;method_63691()Lnet/minecraft/class_2960;official eLdje$a;e()Lamy;
-
component
- Mappings:
Namespace Name Mixin selector named componentLnet/minecraft/item/Item$Settings;component(Lnet/minecraft/component/ComponentType;Ljava/lang/Object;)Lnet/minecraft/item/Item$Settings;intermediary method_57349Lnet/minecraft/class_1792$class_1793;method_57349(Lnet/minecraft/class_9331;Ljava/lang/Object;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Lkn;Ljava/lang/Object;)Ldje$a;
-
attributeModifiers
- Mappings:
Namespace Name Mixin selector named attributeModifiersLnet/minecraft/item/Item$Settings;attributeModifiers(Lnet/minecraft/component/type/AttributeModifiersComponent;)Lnet/minecraft/item/Item$Settings;intermediary method_57348Lnet/minecraft/class_1792$class_1793;method_57348(Lnet/minecraft/class_9285;)Lnet/minecraft/class_1792$class_1793;official aLdje$a;a(Ldmb;)Ldje$a;
-
getValidatedComponents
- Mappings:
Namespace Name Mixin selector named getValidatedComponentsLnet/minecraft/item/Item$Settings;getValidatedComponents(Lnet/minecraft/text/Text;Lnet/minecraft/util/Identifier;)Lnet/minecraft/component/ComponentMap;intermediary method_58406Lnet/minecraft/class_1792$class_1793;method_58406(Lnet/minecraft/class_2561;Lnet/minecraft/class_2960;)Lnet/minecraft/class_9323;official aLdje$a;a(Lym;Lamy;)Lkl;
-