Class FMLHandshakeMessages.C2SModListReply
java.lang.Object
net.minecraftforge.fmllegacy.network.FMLHandshakeMessages.LoginIndexedMessage
net.minecraftforge.fmllegacy.network.FMLHandshakeMessages.C2SModListReply
- All Implemented Interfaces:
IntSupplier
- Enclosing class:
- FMLHandshakeMessages
public static class FMLHandshakeMessages.C2SModListReply
extends FMLHandshakeMessages.LoginIndexedMessage
-
Field Summary
Modifier and TypeFieldDescriptionprivate Map<ResourceLocation,String>
private Map<ResourceLocation,String>
-
Constructor Summary
ModifierConstructorDescriptionprivate
C2SModListReply(List<String> mods, Map<ResourceLocation,String> channels, Map<ResourceLocation,String> registries)
-
Method Summary
Modifier and TypeMethodDescriptiondecode(FriendlyByteBuf input)
void
encode(FriendlyByteBuf output)
Methods inherited from class net.minecraftforge.fmllegacy.network.FMLHandshakeMessages.LoginIndexedMessage
getAsInt, getLoginIndex, setLoginIndex
-
Field Details
-
mods
-
channels
-
registries
-
-
Constructor Details
-
C2SModListReply
public C2SModListReply() -
C2SModListReply
private C2SModListReply(List<String> mods, Map<ResourceLocation,String> channels, Map<ResourceLocation,String> registries)
-
-
Method Details
-
decode
-
encode
-
getModList
-
getRegistries
-
getChannels
-