classpublicPriority 3
BlockBreakingDecal
com.hypixel.hytale.server.core.asset.type.blockbreakingdecal.config.BlockBreakingDecal
implements JsonAssetWithMap<String, DefaultAssetMap<String, BlockBreakingDecal>>, NetworkSerializable
4
Methods
4
Public Methods
4
Fields
1
Constructors
Constants
AssetCodec<String, BlockBreakingDecal>CODEC= AssetBuilderCodec.builder(
BlockBreakingDecal.class,
BlockBreakingDecal::new,
...
String[]DEFAULT_STAGE_TEXTURE_LIST= new String[0]
ValidatorCache<String>VALIDATOR_CACHE= new ValidatorCache<>(new AssetKeyValidator<>(BlockBreakingDecal::getAssetStore))
Constructors
protected
BlockBreakingDecal()Methods
Public Methods (4)
publicstatic
AssetStore<String, BlockBreakingDecal, DefaultAssetMap<String, BlockBreakingDecal>> getAssetStore()public
String getId()public
com.hypixel.hytale.protocol.BlockBreakingDecal toPacket()@Nonnull
public
String toString()@Nonnull@Override
Fields
Private/Package Fields (4)
private
AssetStore<String, BlockBreakingDecal, DefaultAssetMap<String, BlockBreakingDecal>> ASSET_STOREprivate
AssetExtraInfo.Data dataprivate
String idprivate
String[] stageTextures