Interface ResourcePackOrganizer.Pack
- All Known Implementing Classes:
ResourcePackOrganizer.AbstractPack,ResourcePackOrganizer.DisabledPack,ResourcePackOrganizer.EnabledPack
- Enclosing class:
- ResourcePackOrganizer<T extends ResourcePackProfile>
@Environment(CLIENT)
public static interface ResourcePackOrganizer.Pack
-
Method Summary
Modifier and Type Method Description default booleancanBeDisabled()default booleancanBeEnabled()booleancanMoveTowardEnd()booleancanMoveTowardStart()voiddisable()voidenable()ResourcePackCompatibilitygetCompatibility()default StringRenderablegetDecoratedDescription()TextgetDescription()TextgetDisplayName()ResourcePackSourcegetSource()booleanisAlwaysEnabled()booleanisEnabled()booleanisPinned()voidmoveTowardEnd()voidmoveTowardStart()voidrender(TextureManager textureManager)
-
Method Details
-
render
-
getCompatibility
ResourcePackCompatibility getCompatibility() -
getDisplayName
Text getDisplayName() -
getDescription
Text getDescription() -
getSource
ResourcePackSource getSource() -
getDecoratedDescription
-
isPinned
boolean isPinned() -
isAlwaysEnabled
boolean isAlwaysEnabled() -
enable
void enable() -
disable
void disable() -
moveTowardStart
void moveTowardStart() -
moveTowardEnd
void moveTowardEnd() -
isEnabled
boolean isEnabled() -
canBeEnabled
default boolean canBeEnabled() -
canBeDisabled
default boolean canBeDisabled() -
canMoveTowardStart
boolean canMoveTowardStart() -
canMoveTowardEnd
boolean canMoveTowardEnd()
-