public class AssetPath
Class AssetPath. Provides assetpath functionality for the Hytale server.
java.lang.Object > AssetPath
Field Summary
No fields documented.
Method Detail
AssetPath
public
record
AssetPath
(@Nonnull String packId, @Nonnull Path path)
Method AssetPath.
- Parameters:
@Nonnull StringpackId@Nonnull Pathpath
toPacket
public
com.hypixel.hytale.protocol.packets.asseteditor.AssetPath
toPacket
()
Method toPacket.
packId
public
String
packId
()
Method packId.
path
public
Path
path
()
Method path.