Package net.minecraft.client.font
Class GlyphAtlasTexture.Slot
java.lang.Object
net.minecraft.client.font.GlyphAtlasTexture.Slot
- Enclosing class:
- GlyphAtlasTexture
- Mappings:
- Namespace - Name - named - net/minecraft/client/font/GlyphAtlasTexture$Slot- intermediary - net/minecraft/class_380$class_381- official - frn$a
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription(package private) @Nullable GlyphAtlasTexture.SlotfindSlotFor(RenderableGlyph glyph) 
- 
Field Details- 
xfinal int x- Mappings:
- Namespace - Name - Mixin selector - named - x- Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;x:I- intermediary - field_2269- Lnet/minecraft/class_380$class_381;field_2269:I- official - a- Lfrn$a;a:I
 
- 
yfinal int y- Mappings:
- Namespace - Name - Mixin selector - named - y- Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;y:I- intermediary - field_2268- Lnet/minecraft/class_380$class_381;field_2268:I- official - b- Lfrn$a;b:I
 
- 
widthprivate final int width- Mappings:
- Namespace - Name - Mixin selector - named - width- Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;width:I- intermediary - field_2267- Lnet/minecraft/class_380$class_381;field_2267:I- official - c- Lfrn$a;c:I
 
- 
heightprivate final int height- Mappings:
- Namespace - Name - Mixin selector - named - height- Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;height:I- intermediary - field_2266- Lnet/minecraft/class_380$class_381;field_2266:I- official - d- Lfrn$a;d:I
 
- 
subSlot1- Mappings:
- Namespace - Name - Mixin selector - named - subSlot1- Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;subSlot1:Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;- intermediary - field_2270- Lnet/minecraft/class_380$class_381;field_2270:Lnet/minecraft/class_380$class_381;- official - e- Lfrn$a;e:Lfrn$a;
 
- 
subSlot2- Mappings:
- Namespace - Name - Mixin selector - named - subSlot2- Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;subSlot2:Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;- intermediary - field_2271- Lnet/minecraft/class_380$class_381;field_2271:Lnet/minecraft/class_380$class_381;- official - f- Lfrn$a;f:Lfrn$a;
 
- 
occupiedprivate boolean occupied- Mappings:
- Namespace - Name - Mixin selector - named - occupied- Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;occupied:Z- intermediary - field_2265- Lnet/minecraft/class_380$class_381;field_2265:Z- official - g- Lfrn$a;g:Z
 
 
- 
- 
Constructor Details- 
SlotSlot(int x, int y, int width, int height) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;<init>(IIII)V- intermediary - <init>- Lnet/minecraft/class_380$class_381;<init>(IIII)V- official - <init>- Lfrn$a;<init>(IIII)V
 
 
- 
- 
Method Details- 
findSlotFor- Mappings:
- Namespace - Name - Mixin selector - named - findSlotFor- Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;findSlotFor(Lnet/minecraft/client/font/RenderableGlyph;)Lnet/minecraft/client/font/GlyphAtlasTexture$Slot;- intermediary - method_2024- Lnet/minecraft/class_380$class_381;method_2024(Lnet/minecraft/class_383;)Lnet/minecraft/class_380$class_381;- official - a- Lfrn$a;a(Lfdv;)Lfrn$a;
 
 
-