Uses of Class
net.minecraftforge.fml.network.ICustomPacket.Fields
-
Packages that use ICustomPacket.Fields Package Description net.minecraftforge.fml.network -
-
Uses of ICustomPacket.Fields in net.minecraftforge.fml.network
Fields in net.minecraftforge.fml.network with type parameters of type ICustomPacket.Fields Modifier and Type Field Description (package private) static it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap<java.lang.Class<?>,ICustomPacket.Fields>
ICustomPacket.Fields. lookup
Methods in net.minecraftforge.fml.network that return ICustomPacket.Fields Modifier and Type Method Description static ICustomPacket.Fields
ICustomPacket.Fields. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ICustomPacket.Fields[]
ICustomPacket.Fields. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-