Package net.minecraft.client.resources
Class ResourcePackListEntryDefault
- java.lang.Object
-
- net.minecraft.client.resources.ResourcePackListEntry
-
- net.minecraft.client.resources.ResourcePackListEntryDefault
-
- All Implemented Interfaces:
GuiListExtended.IGuiListEntry
public class ResourcePackListEntryDefault extends ResourcePackListEntry
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Field Summary
-
Fields inherited from class net.minecraft.client.resources.ResourcePackListEntry
mc, resourcePacksGUI
-
-
Constructor Summary
Constructors Constructor Description ResourcePackListEntryDefault(GuiScreenResourcePacks resourcePacksGUIIn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
func_148307_h()
protected boolean
func_148308_f()
protected boolean
func_148309_e()
protected boolean
func_148310_d()
protected java.lang.String
func_148311_a()
protected java.lang.String
func_148312_b()
protected void
func_148313_c()
protected boolean
func_148314_g()
protected int
func_183019_a()
-
Methods inherited from class net.minecraft.client.resources.ResourcePackListEntry
drawEntry, mousePressed, mouseReleased, setSelected
-
-
-
-
Constructor Detail
-
ResourcePackListEntryDefault
public ResourcePackListEntryDefault(GuiScreenResourcePacks resourcePacksGUIIn)
-
-
Method Detail
-
func_183019_a
protected int func_183019_a()
- Specified by:
func_183019_a
in classResourcePackListEntry
-
func_148311_a
protected java.lang.String func_148311_a()
- Specified by:
func_148311_a
in classResourcePackListEntry
-
func_148309_e
protected boolean func_148309_e()
- Overrides:
func_148309_e
in classResourcePackListEntry
-
func_148308_f
protected boolean func_148308_f()
- Overrides:
func_148308_f
in classResourcePackListEntry
-
func_148314_g
protected boolean func_148314_g()
- Overrides:
func_148314_g
in classResourcePackListEntry
-
func_148307_h
protected boolean func_148307_h()
- Overrides:
func_148307_h
in classResourcePackListEntry
-
func_148312_b
protected java.lang.String func_148312_b()
- Specified by:
func_148312_b
in classResourcePackListEntry
-
func_148313_c
protected void func_148313_c()
- Specified by:
func_148313_c
in classResourcePackListEntry
-
func_148310_d
protected boolean func_148310_d()
- Overrides:
func_148310_d
in classResourcePackListEntry
-
-