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 boolean
isHidden()
Returnstrue
if the pack should be hidden from any user interfaces.
-
Method Details
-
isHidden
default boolean isHidden()Returnstrue
if the pack should be hidden from any user interfaces.- Returns:
true
if the pack should be hidden from any user interfaces
-