public class DecodedAsset
Class DecodedAsset. Provides decodedasset functionality for the Hytale server.
java.lang.Object > DecodedAsset
Field Summary
No fields documented.
Method Detail
DecodedAsset
public
public
DecodedAsset
(final K key, final T asset)
Method DecodedAsset.
- Parameters:
final Kkeyfinal Tasset
getKey
public
K
getKey
()
Method getKey.
getAsset
public
T
getAsset
()
Method getAsset.
equals
public
boolean
equals
(@Nullable final Object o)
Method equals.
- Parameters:
@Nullable final Objecto
if
public
else
if
(that.key == null)
Method if.
- Parameters:
that.key ==null
hashCode
public
int
hashCode
()
Method hashCode.
toString
public
String
toString
()
Method toString.