Class ResourcePackOrganizer.DisabledPack
java.lang.Object
net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.AbstractPack
net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.DisabledPack
- All Implemented Interfaces:
ResourcePackOrganizer.Pack
- Enclosing class:
ResourcePackOrganizer
@Environment(CLIENT)
private class ResourcePackOrganizer.DisabledPack
extends ResourcePackOrganizer.AbstractPack
- Mappings:
Namespace Name official egq$dintermediary net/minecraft/class_5369$class_5374named net/minecraft/client/gui/screen/pack/ResourcePackOrganizer$DisabledPack
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisable()voidenable()protected List<ResourcePackProfile>protected List<ResourcePackProfile>booleanMethods inherited from class net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.AbstractPack
canMoveTowardEnd, canMoveTowardStart, getCompatibility, getDescription, getDisplayName, getIconId, getSource, isAlwaysEnabled, isPinned, move, moveTowardEnd, moveTowardStart, toggleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.screen.pack.ResourcePackOrganizer.Pack
canBeDisabled, canBeEnabled, getDecoratedDescription
-
Constructor Details
-
DisabledPack
- Mappings:
Namespace Name Mixin selector official <init>Legq$b;<init>(Legq;Lafk;)Vintermediary <init>Lnet/minecraft/class_5369$class_5372;<init>(Lnet/minecraft/class_5369;Lnet/minecraft/class_3288;)Vnamed <init>Lnet/minecraft/client/gui/screen/pack/ResourcePackOrganizer$AbstractPack;<init>(Lnet/minecraft/client/gui/screen/pack/ResourcePackOrganizer;Lnet/minecraft/resource/ResourcePackProfile;)V
-
-
Method Details
-
getCurrentList
- Specified by:
getCurrentListin classResourcePackOrganizer.AbstractPack- Mappings:
Namespace Name Mixin selector official rLegq$b;r()Ljava/util/List;intermediary method_29666Lnet/minecraft/class_5369$class_5372;method_29666()Ljava/util/List;named getCurrentListLnet/minecraft/client/gui/screen/pack/ResourcePackOrganizer$AbstractPack;getCurrentList()Ljava/util/List;
-
getOppositeList
- Specified by:
getOppositeListin classResourcePackOrganizer.AbstractPack- Mappings:
Namespace Name Mixin selector official sLegq$b;s()Ljava/util/List;intermediary method_29667Lnet/minecraft/class_5369$class_5372;method_29667()Ljava/util/List;named getOppositeListLnet/minecraft/client/gui/screen/pack/ResourcePackOrganizer$AbstractPack;getOppositeList()Ljava/util/List;
-
isEnabled
public boolean isEnabled()- Mappings:
Namespace Name Mixin selector official mLegq$a;m()Zintermediary method_29660Lnet/minecraft/class_5369$class_5371;method_29660()Znamed isEnabledLnet/minecraft/client/gui/screen/pack/ResourcePackOrganizer$Pack;isEnabled()Z
-
enable
public void enable()- Mappings:
Namespace Name Mixin selector official iLegq$a;i()Vintermediary method_29656Lnet/minecraft/class_5369$class_5371;method_29656()Vnamed enableLnet/minecraft/client/gui/screen/pack/ResourcePackOrganizer$Pack;enable()V
-
disable
public void disable()- Mappings:
Namespace Name Mixin selector official jLegq$a;j()Vintermediary method_29657Lnet/minecraft/class_5369$class_5371;method_29657()Vnamed disableLnet/minecraft/client/gui/screen/pack/ResourcePackOrganizer$Pack;disable()V
-