public class RawAsset
Class RawAsset. Provides rawasset functionality for the Hytale server.
java.lang.Object > RawAsset
Field Summary
inheritTags
final
boolean
inheritTags
Field inheritTags.
Method Detail
RawAsset
public
public
RawAsset
(final K key, final Path path)
Method RawAsset.
- Parameters:
final Kkeyfinal Pathpath
getKey
public
K
getKey
()
Method getKey.
isParentKeyResolved
public
boolean
isParentKeyResolved
()
Method isParentKeyResolved.
getParentKey
public
K
getParentKey
()
Method getParentKey.
getPath
public
Path
getPath
()
Method getPath.
getParentPath
public
Path
getParentPath
()
Method getParentPath.
getLineOffset
public
int
getLineOffset
()
Method getLineOffset.
getBuffer
public
char[]
getBuffer
()
Method getBuffer.
getContainedAssetMode
public
ContainedAssetCodec.Mode
getContainedAssetMode
()
Method getContainedAssetMode.
toRawJsonReader
Method toRawJsonReader.
- Parameters:
@Nonnull final SupplierbufferSupplier
makeData
public
AssetExtraInfo.Data
makeData
(final Class extends JsonAssetWithMap> aClass, final K key, final K parentKey)
Method makeData.
- Parameters:
final Class extends JsonAssetWithMapaClass> final Kkeyfinal KparentKey
withResolveKeys
Method withResolveKeys.
- Parameters:
final Kkeyfinal KparentKey
toString
public
String
toString
()
Method toString.