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 intermediary net/minecraft/class_5682$class_5771official ewu$anamed net/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite
-
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 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 intermediary field_28361Lnet/minecraft/class_5682$class_5771;field_28361:Lnet/minecraft/class_5682$class_5771;official aLewu$a;a:Lewu$a;named SLOTLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;SLOT:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
-
BLOCKED_SLOT
- Mappings:
Namespace Name Mixin selector intermediary field_28362Lnet/minecraft/class_5682$class_5771;field_28362:Lnet/minecraft/class_5682$class_5771;official bLewu$a;b:Lewu$a;named BLOCKED_SLOTLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;BLOCKED_SLOT:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
-
BORDER_VERTICAL
- Mappings:
Namespace Name Mixin selector intermediary field_28363Lnet/minecraft/class_5682$class_5771;field_28363:Lnet/minecraft/class_5682$class_5771;official cLewu$a;c:Lewu$a;named BORDER_VERTICALLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;BORDER_VERTICAL:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
-
BORDER_HORIZONTAL_TOP
- Mappings:
Namespace Name Mixin selector intermediary field_28364Lnet/minecraft/class_5682$class_5771;field_28364:Lnet/minecraft/class_5682$class_5771;official dLewu$a;d:Lewu$a;named BORDER_HORIZONTAL_TOPLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;BORDER_HORIZONTAL_TOP:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
-
BORDER_HORIZONTAL_BOTTOM
- Mappings:
Namespace Name Mixin selector intermediary field_28365Lnet/minecraft/class_5682$class_5771;field_28365:Lnet/minecraft/class_5682$class_5771;official eLewu$a;e:Lewu$a;named BORDER_HORIZONTAL_BOTTOMLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;BORDER_HORIZONTAL_BOTTOM:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
-
BORDER_CORNER_TOP
- Mappings:
Namespace Name Mixin selector intermediary field_28366Lnet/minecraft/class_5682$class_5771;field_28366:Lnet/minecraft/class_5682$class_5771;official fLewu$a;f:Lewu$a;named BORDER_CORNER_TOPLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;BORDER_CORNER_TOP:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
-
BORDER_CORNER_BOTTOM
- Mappings:
Namespace Name Mixin selector intermediary field_28367Lnet/minecraft/class_5682$class_5771;field_28367:Lnet/minecraft/class_5682$class_5771;official gLewu$a;g:Lewu$a;named BORDER_CORNER_BOTTOMLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;BORDER_CORNER_BOTTOM:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;
-
-
Field Details
-
u
public final int u- Mappings:
Namespace Name Mixin selector intermediary field_28368Lnet/minecraft/class_5682$class_5771;field_28368:Iofficial hLewu$a;h:Inamed uLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;u:I
-
v
public final int v- Mappings:
Namespace Name Mixin selector intermediary field_28369Lnet/minecraft/class_5682$class_5771;field_28369:Iofficial iLewu$a;i:Inamed vLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;v:I
-
width
public final int width- Mappings:
Namespace Name Mixin selector intermediary field_28370Lnet/minecraft/class_5682$class_5771;field_28370:Iofficial jLewu$a;j:Inamed widthLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;width:I
-
height
public final int height- Mappings:
Namespace Name Mixin selector intermediary field_28371Lnet/minecraft/class_5682$class_5771;field_28371:Iofficial kLewu$a;k:Inamed heightLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;height:I
-
-
Constructor Details
-
Sprite
private Sprite(int u, int v, int width, int height) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_5682$class_5771;<init>(Ljava/lang/String;IIIII)Vofficial <init>Lewu$a;<init>(Ljava/lang/String;IIIII)Vnamed <init>Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$Sprite;<init>(Ljava/lang/String;IIIII)V
-
-
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
-