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 FMLStatusPingServerStatusResponse. forgeDataMethods in net.minecraft.network that return FMLStatusPing Modifier and Type Method Description FMLStatusPingServerStatusResponse. getForgeData()Methods in net.minecraft.network with parameters of type FMLStatusPing Modifier and Type Method Description voidServerStatusResponse. 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 FMLStatusPingFMLStatusPing.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.JsonObjectFMLStatusPing.Serializer. serialize(FMLStatusPing forgeData, com.google.gson.JsonSerializationContext ctx)
-