HyCodeYourTale
classpublicPriority 3

BlockSoundSetPacketGenerator

com.hypixel.hytale.server.core.asset.type.blocksound.BlockSoundSetPacketGenerator

extends SimpleAssetPacketGenerator>

3

Methods

3

Public Methods

0

Fields

1

Constructors

Constructors

public
BlockSoundSetPacketGenerator()

Methods

Public Methods (3)

public
Packet generateInitPacket(IndexedLookupTableAssetMap<String, BlockSoundSet> assetMap, Map<String, BlockSoundSet> assets)
@Nonnull
public
Packet generateRemovePacket(IndexedLookupTableAssetMap<String, BlockSoundSet> assetMap, Set<String> removed)
@Nonnull
public
Packet generateUpdatePacket(IndexedLookupTableAssetMap<String, BlockSoundSet> assetMap, Map<String, BlockSoundSet> loadedAssets)
@Nonnull

Related Classes