classpublicPriority 3
ReachLocationMarkerAsset
com.hypixel.hytale.builtin.adventure.objectives.markers.reachlocation.ReachLocationMarkerAsset
implements JsonAssetWithMap<String, DefaultAssetMap<String, ReachLocationMarkerAsset>>
6
Methods
6
Public Methods
5
Fields
1
Constructors
Constants
AssetBuilderCodec<String, ReachLocationMarkerAsset>CODEC= AssetBuilderCodec.builder(
ReachLocationMarkerAsset.class,
ReachLocationMarkerA...
ValidatorCache<String>VALIDATOR_CACHE= new ValidatorCache<>(new AssetKeyValidator<>(ReachLocationMarkerAsset::getAssetStore))
Constructors
public
ReachLocationMarkerAsset()Methods
Public Methods (6)
publicstatic
DefaultAssetMap<String, ReachLocationMarkerAsset> getAssetMap()publicstatic
AssetStore<String, ReachLocationMarkerAsset, DefaultAssetMap<String, ReachLocationMarkerAsset>> getAssetStore()public
String getId()public
String getName()public
float getRadius()public
String toString()@Nonnull@Override
Fields
Protected Fields (4)
protected
AssetExtraInfo.Data dataprotected
String idprotected
String nameprotected
float radiusPrivate/Package Fields (1)
private
AssetStore<String, ReachLocationMarkerAsset, DefaultAssetMap<String, ReachLocationMarkerAsset>> ASSET_STORE