classpublicPriority 3
AssetTypeRegistry
com.hypixel.hytale.builtin.asseteditor.AssetTypeRegistry
9
Methods
9
Public Methods
1
Fields
1
Constructors
Constants
HytaleLoggerLOGGER= HytaleLogger.forEnclosingClass()
Constructors
public
AssetTypeRegistry()Methods
Public Methods (9)
public
AssetTypeHandler getAssetTypeHandler(String id)public
AssetTypeHandler getAssetTypeHandlerForPath(Path path)@Nullable
public
Map<String, AssetTypeHandler> getRegisteredAssetTypeHandlers()@Nonnull
public
boolean isPathInAssetTypeFolder(Path path)public
void registerAssetType(AssetTypeHandler assetType)public
void sendPacket(EditorClient editorClient)public
void setupPacket()public
AssetTypeHandler tryGetAssetTypeHandler(Path assetPath, EditorClient editorClient, int requestToken)@Nullable
public
void unregisterAssetType(AssetTypeHandler assetType)Fields
Private/Package Fields (1)
private
AssetEditorSetupAssetTypes setupPacket