Package net.minecraft.item
Enum ItemStack.TooltipSection
- All Implemented Interfaces:
Serializable
,Comparable<ItemStack.TooltipSection>
,java.lang.constant.Constable
- Enclosing class:
- ItemStack
public static enum ItemStack.TooltipSection extends Enum<ItemStack.TooltipSection>
- Mappings:
Namespace Name official bnv$a
intermediary net/minecraft/class_1799$class_5422
named 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 Constants Enum Constant Description ADDITIONAL
CAN_DESTROY
CAN_PLACE
DYE
ENCHANTMENTS
MODIFIERS
UNBREAKABLE
-
Field Summary
Fields Modifier and Type Field Description private int
flag
-
Constructor Summary
Constructors Modifier Constructor Description private
TooltipSection()
-
Method Summary
Modifier and Type Method Description int
getFlag()
static ItemStack.TooltipSection
valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemStack.TooltipSection[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ENCHANTMENTS
- Mappings:
Namespace Name Mixin selector official a
Lbnv$a;a:Lbnv$a;
intermediary field_25768
Lnet/minecraft/class_1799$class_5422;field_25768:Lnet/minecraft/class_1799$class_5422;
named ENCHANTMENTS
Lnet/minecraft/item/ItemStack$TooltipSection;ENCHANTMENTS:Lnet/minecraft/item/ItemStack$TooltipSection;
-
MODIFIERS
- Mappings:
Namespace Name Mixin selector official b
Lbnv$a;b:Lbnv$a;
intermediary field_25769
Lnet/minecraft/class_1799$class_5422;field_25769:Lnet/minecraft/class_1799$class_5422;
named MODIFIERS
Lnet/minecraft/item/ItemStack$TooltipSection;MODIFIERS:Lnet/minecraft/item/ItemStack$TooltipSection;
-
UNBREAKABLE
- Mappings:
Namespace Name Mixin selector official c
Lbnv$a;c:Lbnv$a;
intermediary field_25770
Lnet/minecraft/class_1799$class_5422;field_25770:Lnet/minecraft/class_1799$class_5422;
named UNBREAKABLE
Lnet/minecraft/item/ItemStack$TooltipSection;UNBREAKABLE:Lnet/minecraft/item/ItemStack$TooltipSection;
-
CAN_DESTROY
- Mappings:
Namespace Name Mixin selector official d
Lbnv$a;d:Lbnv$a;
intermediary field_25771
Lnet/minecraft/class_1799$class_5422;field_25771:Lnet/minecraft/class_1799$class_5422;
named CAN_DESTROY
Lnet/minecraft/item/ItemStack$TooltipSection;CAN_DESTROY:Lnet/minecraft/item/ItemStack$TooltipSection;
-
CAN_PLACE
- Mappings:
Namespace Name Mixin selector official e
Lbnv$a;e:Lbnv$a;
intermediary field_25772
Lnet/minecraft/class_1799$class_5422;field_25772:Lnet/minecraft/class_1799$class_5422;
named CAN_PLACE
Lnet/minecraft/item/ItemStack$TooltipSection;CAN_PLACE:Lnet/minecraft/item/ItemStack$TooltipSection;
-
ADDITIONAL
- Mappings:
Namespace Name Mixin selector official f
Lbnv$a;f:Lbnv$a;
intermediary field_25773
Lnet/minecraft/class_1799$class_5422;field_25773:Lnet/minecraft/class_1799$class_5422;
named ADDITIONAL
Lnet/minecraft/item/ItemStack$TooltipSection;ADDITIONAL:Lnet/minecraft/item/ItemStack$TooltipSection;
-
DYE
- Mappings:
Namespace Name Mixin selector official g
Lbnv$a;g:Lbnv$a;
intermediary field_25774
Lnet/minecraft/class_1799$class_5422;field_25774:Lnet/minecraft/class_1799$class_5422;
named DYE
Lnet/minecraft/item/ItemStack$TooltipSection;DYE:Lnet/minecraft/item/ItemStack$TooltipSection;
-
-
Field Details
-
flag
private final int flag- Mappings:
Namespace Name Mixin selector official h
Lbnv$a;h:I
intermediary field_25775
Lnet/minecraft/class_1799$class_5422;field_25775:I
named flag
Lnet/minecraft/item/ItemStack$TooltipSection;flag:I
-
-
Constructor Details
-
TooltipSection
private TooltipSection()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getFlag
public int getFlag()- Mappings:
Namespace Name Mixin selector official a
Lbnv$a;a()I
intermediary method_30269
Lnet/minecraft/class_1799$class_5422;method_30269()I
named getFlag
Lnet/minecraft/item/ItemStack$TooltipSection;getFlag()I
-