Class ItemReticleConfigPacketGenerator
java.lang.Object
com.hypixel.hytale.server.core.asset.packet.AssetPacketGenerator<String,ItemReticleConfig,IndexedLookupTableAssetMap<String,ItemReticleConfig>>
com.hypixel.hytale.server.core.asset.packet.SimpleAssetPacketGenerator<String,ItemReticleConfig,IndexedLookupTableAssetMap<String,ItemReticleConfig>>
com.hypixel.hytale.server.core.modules.item.ItemReticleConfigPacketGenerator
public class ItemReticleConfigPacketGenerator
extends SimpleAssetPacketGenerator<String,ItemReticleConfig,IndexedLookupTableAssetMap<String,ItemReticleConfig>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateInitPacket(IndexedLookupTableAssetMap<String, ItemReticleConfig> assetMap, Map<String, ItemReticleConfig> assets) generateRemovePacket(IndexedLookupTableAssetMap<String, ItemReticleConfig> assetMap, Set<String> removed) generateUpdatePacket(IndexedLookupTableAssetMap<String, ItemReticleConfig> assetMap, Map<String, ItemReticleConfig> loadedAssets) Methods inherited from class com.hypixel.hytale.server.core.asset.packet.SimpleAssetPacketGenerator
generateRemovePacket, generateUpdatePacket
-
Constructor Details
-
ItemReticleConfigPacketGenerator
public ItemReticleConfigPacketGenerator()
-
-
Method Details
-
generateInitPacket
@Nonnull public Packet generateInitPacket(@Nonnull IndexedLookupTableAssetMap<String, ItemReticleConfig> assetMap, @Nonnull Map<String, ItemReticleConfig> assets) - Specified by:
generateInitPacketin classSimpleAssetPacketGenerator<String,ItemReticleConfig, IndexedLookupTableAssetMap<String, ItemReticleConfig>>
-
generateUpdatePacket
@Nonnull public Packet generateUpdatePacket(@Nonnull IndexedLookupTableAssetMap<String, ItemReticleConfig> assetMap, @Nonnull Map<String, ItemReticleConfig> loadedAssets) - Specified by:
generateUpdatePacketin classSimpleAssetPacketGenerator<String,ItemReticleConfig, IndexedLookupTableAssetMap<String, ItemReticleConfig>>
-
generateRemovePacket
@Nonnull public Packet generateRemovePacket(@Nonnull IndexedLookupTableAssetMap<String, ItemReticleConfig> assetMap, @Nonnull Set<String> removed) - Specified by:
generateRemovePacketin classSimpleAssetPacketGenerator<String,ItemReticleConfig, IndexedLookupTableAssetMap<String, ItemReticleConfig>>
-