Interface Pack

  • All Superinterfaces:
    java.lang.AutoCloseable

    public interface Pack
    extends java.lang.AutoCloseable
    The physical representation of game assets that may or may not be loaded in an Engine.
    See Also:
    Minecraft Wiki/Resource Packs
    • Method Detail

      • id

        java.lang.String id()
        Returns:
        The id
      • isForced

        boolean isForced()
        Returns:
        True if this pack will always be enabled, false otherwise
      • isLocked

        boolean isLocked()
        Returns:
        True if this pack has a locked order, false otherwise
      • close

        void close()
        Specified by:
        close in interface java.lang.AutoCloseable