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
FieldsModifier and TypeFieldDescriptionprivate Map<ResourceLocation,String> private Map<ResourceLocation,String>  - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateC2SModListReply(List<String> mods, Map<ResourceLocation, String> channels, Map<ResourceLocation, String> registries)  - 
Method Summary
Modifier and TypeMethodDescriptiondecode(FriendlyByteBuf input) voidencode(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
 
 -