Uses of Class
net.minecraftforge.fml.network.FMLStatusPing
-
Packages that use FMLStatusPing Package Description net.minecraft.network net.minecraftforge.fml.network -
-
Uses of FMLStatusPing in net.minecraft.network
Fields in net.minecraft.network declared as FMLStatusPing Modifier and Type Field Description private FMLStatusPing
ServerStatusResponse. forgeData
Methods in net.minecraft.network that return FMLStatusPing Modifier and Type Method Description FMLStatusPing
ServerStatusResponse. getForgeData()
Methods in net.minecraft.network with parameters of type FMLStatusPing Modifier and Type Method Description void
ServerStatusResponse. setForgeData(FMLStatusPing data)
-
Uses of FMLStatusPing in net.minecraftforge.fml.network
Methods in net.minecraftforge.fml.network that return FMLStatusPing Modifier and Type Method Description static FMLStatusPing
FMLStatusPing.Serializer. deserialize(com.google.gson.JsonObject forgeData, com.google.gson.JsonDeserializationContext ctx)
Methods in net.minecraftforge.fml.network with parameters of type FMLStatusPing Modifier and Type Method Description static com.google.gson.JsonObject
FMLStatusPing.Serializer. serialize(FMLStatusPing forgeData, com.google.gson.JsonSerializationContext ctx)
-