Package net.minecraft.client.gui.tooltip
Enum Class BundleTooltipComponent.SlotSprite
java.lang.Object
java.lang.Enum<BundleTooltipComponent.SlotSprite>
net.minecraft.client.gui.tooltip.BundleTooltipComponent.SlotSprite
- All Implemented Interfaces:
Serializable,Comparable<BundleTooltipComponent.SlotSprite>,Constable
- Enclosing class:
BundleTooltipComponent
@Environment(CLIENT)
private static enum BundleTooltipComponent.SlotSprite
extends Enum<BundleTooltipComponent.SlotSprite>
- Mappings:
Namespace Name named net/minecraft/client/gui/tooltip/BundleTooltipComponent$SlotSpriteintermediary net/minecraft/class_5682$class_5771official fpv$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BundleTooltipComponent.SlotSprite[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BLOCKED_SLOT
- Mappings:
Namespace Name Mixin selector named BLOCKED_SLOTLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$SlotSprite;BLOCKED_SLOT:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$SlotSprite;intermediary field_28362Lnet/minecraft/class_5682$class_5771;field_28362:Lnet/minecraft/class_5682$class_5771;official aLfpv$a;a:Lfpv$a;
-
SLOT
- Mappings:
Namespace Name Mixin selector named SLOTLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$SlotSprite;SLOT:Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$SlotSprite;intermediary field_28361Lnet/minecraft/class_5682$class_5771;field_28361:Lnet/minecraft/class_5682$class_5771;official bLfpv$a;b:Lfpv$a;
-
-
Field Details
-
texture
- Mappings:
Namespace Name Mixin selector named textureLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$SlotSprite;texture:Lnet/minecraft/util/Identifier;intermediary field_45507Lnet/minecraft/class_5682$class_5771;field_45507:Lnet/minecraft/class_2960;official cLfpv$a;c:Lalf;
-
width
public final int width- Mappings:
Namespace Name Mixin selector named widthLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$SlotSprite;width:Iintermediary field_28370Lnet/minecraft/class_5682$class_5771;field_28370:Iofficial dLfpv$a;d:I
-
height
public final int height- Mappings:
Namespace Name Mixin selector named heightLnet/minecraft/client/gui/tooltip/BundleTooltipComponent$SlotSprite;height:Iintermediary field_28371Lnet/minecraft/class_5682$class_5771;field_28371:Iofficial eLfpv$a;e:I
-
-
Constructor Details
-
SlotSprite
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/tooltip/BundleTooltipComponent$SlotSprite;<init>(Ljava/lang/String;ILnet/minecraft/util/Identifier;II)Vintermediary <init>Lnet/minecraft/class_5682$class_5771;<init>(Ljava/lang/String;ILnet/minecraft/class_2960;II)Vofficial <init>Lfpv$a;<init>(Ljava/lang/String;ILalf;II)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
-