Uses of Class
net.minecraft.loot.provider.number.ConstantLootNumberProvider
| Package | Description |
|---|---|
| net.minecraft.loot.provider.number |
-
Uses of ConstantLootNumberProvider in net.minecraft.loot.provider.number
Methods in net.minecraft.loot.provider.number that return ConstantLootNumberProvider Modifier and Type Method Description static ConstantLootNumberProviderConstantLootNumberProvider. create(float value)ConstantLootNumberProviderConstantLootNumberProvider.CustomSerializer. fromJson(JsonElement jsonElement, JsonDeserializationContext jsonDeserializationContext)ConstantLootNumberProviderConstantLootNumberProvider.Serializer. fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext)Methods in net.minecraft.loot.provider.number with parameters of type ConstantLootNumberProvider Modifier and Type Method Description JsonElementConstantLootNumberProvider.CustomSerializer. toJson(ConstantLootNumberProvider constantLootNumberProvider, JsonSerializationContext jsonSerializationContext)voidConstantLootNumberProvider.Serializer. toJson(JsonObject jsonObject, ConstantLootNumberProvider constantLootNumberProvider, JsonSerializationContext jsonSerializationContext)