Class MapHelper
java.lang.Object
com.pixelmonmod.pixelmon.api.util.helpers.MapHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadStringLongMapFromByteBuf(net.minecraft.network.FriendlyByteBuf buf) readStringStringMapFromByteBuf(net.minecraft.network.FriendlyByteBuf buf) static voidwriteStringLongMapToByteBuf(net.minecraft.network.FriendlyByteBuf buf, HashMap<String, Long> map) static voidwriteStringStringMapToByteBuf(net.minecraft.network.FriendlyByteBuf buf, HashMap<String, String> map)
-
Constructor Details
-
MapHelper
public MapHelper()
-
-
Method Details
-
writeStringStringMapToByteBuf
-
readStringStringMapFromByteBuf
-
writeStringLongMapToByteBuf
-
readStringLongMapFromByteBuf
-