Package net.minecraftforge.network
Class HandshakeMessages.C2SModListReply
java.lang.Object
net.minecraftforge.network.HandshakeMessages.LoginIndexedMessage
net.minecraftforge.network.HandshakeMessages.C2SModListReply
- All Implemented Interfaces:
IntSupplier
- Enclosing class:
- HandshakeMessages
-
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.network.HandshakeMessages.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
-