Package net.minecraft.client.gui.tooltip
Enum Class BundleTooltipComponent.Sprite
java.lang.Object
java.lang.Enum<BundleTooltipComponent.Sprite>
net.minecraft.client.gui.tooltip.BundleTooltipComponent.Sprite
- All Implemented Interfaces:
- Serializable,- Comparable<BundleTooltipComponent.Sprite>,- Constable
- Enclosing class:
- BundleTooltipComponent
@Environment(CLIENT)
private static enum BundleTooltipComponent.Sprite
extends Enum<BundleTooltipComponent.Sprite>
- Mappings:
- Namespace - Name - official - exf$a- intermediary - net/minecraft/class_5682$class_5771- named - net/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BundleTooltipComponent.Sprite[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
SLOT- Mappings:
- Namespace - Name - Mixin selector - official - a- Lexf$a;a:Lexf$a;- intermediary - field_28361- Lnet/minecraft/class_5682$class_5771;field_28361:Lnet/minecraft/class_5682$class_5771;- named - SLOT- Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;SLOT:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
 
- 
BLOCKED_SLOT- Mappings:
- Namespace - Name - Mixin selector - official - b- Lexf$a;b:Lexf$a;- intermediary - field_28362- Lnet/minecraft/class_5682$class_5771;field_28362:Lnet/minecraft/class_5682$class_5771;- named - BLOCKED_SLOT- Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;BLOCKED_SLOT:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
 
- 
BORDER_VERTICAL- Mappings:
- Namespace - Name - Mixin selector - official - c- Lexf$a;c:Lexf$a;- intermediary - field_28363- Lnet/minecraft/class_5682$class_5771;field_28363:Lnet/minecraft/class_5682$class_5771;- named - BORDER_VERTICAL- Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;BORDER_VERTICAL:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
 
- 
BORDER_HORIZONTAL_TOP- Mappings:
- Namespace - Name - Mixin selector - official - d- Lexf$a;d:Lexf$a;- intermediary - field_28364- Lnet/minecraft/class_5682$class_5771;field_28364:Lnet/minecraft/class_5682$class_5771;- named - BORDER_HORIZONTAL_TOP- Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;BORDER_HORIZONTAL_TOP:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
 
- 
BORDER_HORIZONTAL_BOTTOM- Mappings:
- Namespace - Name - Mixin selector - official - e- Lexf$a;e:Lexf$a;- intermediary - field_28365- Lnet/minecraft/class_5682$class_5771;field_28365:Lnet/minecraft/class_5682$class_5771;- named - BORDER_HORIZONTAL_BOTTOM- Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;BORDER_HORIZONTAL_BOTTOM:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
 
- 
BORDER_CORNER_TOP- Mappings:
- Namespace - Name - Mixin selector - official - f- Lexf$a;f:Lexf$a;- intermediary - field_28366- Lnet/minecraft/class_5682$class_5771;field_28366:Lnet/minecraft/class_5682$class_5771;- named - BORDER_CORNER_TOP- Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;BORDER_CORNER_TOP:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
 
- 
BORDER_CORNER_BOTTOM- Mappings:
- Namespace - Name - Mixin selector - official - g- Lexf$a;g:Lexf$a;- intermediary - field_28367- Lnet/minecraft/class_5682$class_5771;field_28367:Lnet/minecraft/class_5682$class_5771;- named - BORDER_CORNER_BOTTOM- Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;BORDER_CORNER_BOTTOM:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
 
 
- 
- 
Field Details- 
upublic final int u- Mappings:
- Namespace - Name - Mixin selector - official - h- Lexf$a;h:I- intermediary - field_28368- Lnet/minecraft/class_5682$class_5771;field_28368:I- named - u- Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;u:I
 
- 
vpublic final int v- Mappings:
- Namespace - Name - Mixin selector - official - i- Lexf$a;i:I- intermediary - field_28369- Lnet/minecraft/class_5682$class_5771;field_28369:I- named - v- Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;v:I
 
- 
widthpublic final int width- Mappings:
- Namespace - Name - Mixin selector - official - j- Lexf$a;j:I- intermediary - field_28370- Lnet/minecraft/class_5682$class_5771;field_28370:I- named - width- Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;width:I
 
- 
heightpublic final int height- Mappings:
- Namespace - Name - Mixin selector - official - k- Lexf$a;k:I- intermediary - field_28371- Lnet/minecraft/class_5682$class_5771;field_28371:I- named - height- Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;height:I
 
 
- 
- 
Constructor Details- 
Spriteprivate Sprite(int u, int v, int width, int height) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lexf$a;<init>(Ljava/lang/String;IIIII)V- intermediary - <init>- Lnet/minecraft/class_5682$class_5771;<init>(Ljava/lang/String;IIIII)V- named - <init>- Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;<init>(Ljava/lang/String;IIIII)V
 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
 
-