Interface IPackResourcesExtension
- All Known Subinterfaces:
PackResources
- All Known Implementing Classes:
AbstractPackResources,CompositePackResources,EmptyPackResources,FilePackResources,LoginPacketSplitTest.InMemoryResourcePack,PathPackResources,VanillaPackResources
public interface IPackResourcesExtension
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisHidden()Returnstrueif the pack should be hidden from any user interfaces.
-
Method Details
-
isHidden
default boolean isHidden()Returnstrueif the pack should be hidden from any user interfaces.- Returns:
trueif the pack should be hidden from any user interfaces
-