Package net.minecraft.item
Enum Class ItemStack.TooltipSection
- All Implemented Interfaces:
Serializable,Comparable<ItemStack.TooltipSection>,Constable
- Enclosing class:
ItemStack
- Mappings:
Namespace Name official ciw$aintermediary net/minecraft/class_1799$class_5422named net/minecraft/item/ItemStack$TooltipSection
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetFlag()static ItemStack.TooltipSectionReturns the enum constant of this class with the specified name.static ItemStack.TooltipSection[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ENCHANTMENTS
- Mappings:
Namespace Name Mixin selector official aLciw$a;a:Lciw$a;intermediary field_25768Lnet/minecraft/class_1799$class_5422;field_25768:Lnet/minecraft/class_1799$class_5422;named ENCHANTMENTSLnet/minecraft/item/ItemStack$TooltipSection;ENCHANTMENTS:Lnet/minecraft/item/ItemStack$TooltipSection;
-
MODIFIERS
- Mappings:
Namespace Name Mixin selector official bLciw$a;b:Lciw$a;intermediary field_25769Lnet/minecraft/class_1799$class_5422;field_25769:Lnet/minecraft/class_1799$class_5422;named MODIFIERSLnet/minecraft/item/ItemStack$TooltipSection;MODIFIERS:Lnet/minecraft/item/ItemStack$TooltipSection;
-
UNBREAKABLE
- Mappings:
Namespace Name Mixin selector official cLciw$a;c:Lciw$a;intermediary field_25770Lnet/minecraft/class_1799$class_5422;field_25770:Lnet/minecraft/class_1799$class_5422;named UNBREAKABLELnet/minecraft/item/ItemStack$TooltipSection;UNBREAKABLE:Lnet/minecraft/item/ItemStack$TooltipSection;
-
CAN_DESTROY
- Mappings:
Namespace Name Mixin selector official dLciw$a;d:Lciw$a;intermediary field_25771Lnet/minecraft/class_1799$class_5422;field_25771:Lnet/minecraft/class_1799$class_5422;named CAN_DESTROYLnet/minecraft/item/ItemStack$TooltipSection;CAN_DESTROY:Lnet/minecraft/item/ItemStack$TooltipSection;
-
CAN_PLACE
- Mappings:
Namespace Name Mixin selector official eLciw$a;e:Lciw$a;intermediary field_25772Lnet/minecraft/class_1799$class_5422;field_25772:Lnet/minecraft/class_1799$class_5422;named CAN_PLACELnet/minecraft/item/ItemStack$TooltipSection;CAN_PLACE:Lnet/minecraft/item/ItemStack$TooltipSection;
-
ADDITIONAL
- Mappings:
Namespace Name Mixin selector official fLciw$a;f:Lciw$a;intermediary field_25773Lnet/minecraft/class_1799$class_5422;field_25773:Lnet/minecraft/class_1799$class_5422;named ADDITIONALLnet/minecraft/item/ItemStack$TooltipSection;ADDITIONAL:Lnet/minecraft/item/ItemStack$TooltipSection;
-
DYE
- Mappings:
Namespace Name Mixin selector official gLciw$a;g:Lciw$a;intermediary field_25774Lnet/minecraft/class_1799$class_5422;field_25774:Lnet/minecraft/class_1799$class_5422;named DYELnet/minecraft/item/ItemStack$TooltipSection;DYE:Lnet/minecraft/item/ItemStack$TooltipSection;
-
UPGRADES
- Mappings:
Namespace Name Mixin selector official hLciw$a;h:Lciw$a;intermediary field_41945Lnet/minecraft/class_1799$class_5422;field_41945:Lnet/minecraft/class_1799$class_5422;named UPGRADESLnet/minecraft/item/ItemStack$TooltipSection;UPGRADES:Lnet/minecraft/item/ItemStack$TooltipSection;
-
-
Field Details
-
flag
private final int flag- Mappings:
Namespace Name Mixin selector official iLciw$a;i:Iintermediary field_25775Lnet/minecraft/class_1799$class_5422;field_25775:Inamed flagLnet/minecraft/item/ItemStack$TooltipSection;flag:I
-
-
Constructor Details
-
TooltipSection
private TooltipSection()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getFlag
public int getFlag()- Mappings:
Namespace Name Mixin selector official aLciw$a;a()Iintermediary method_30269Lnet/minecraft/class_1799$class_5422;method_30269()Inamed getFlagLnet/minecraft/item/ItemStack$TooltipSection;getFlag()I
-