Uses of Class
alexiil.mc.lib.attributes.fluid.volume.WeightedFluidKey
-
Uses of WeightedFluidKey in alexiil.mc.lib.attributes.fluid.volume
ModifierConstructorDescriptionWeightedFluidVolume
(WeightedFluidKey<T> key, com.google.gson.JsonObject json, WeightedFluidVolume.WeightedJsonGetter<T> keyGetter) Json deserialiser that assumes the values are complicated, and so need a more complex json element than just a string to deserialise.WeightedFluidVolume
(WeightedFluidKey<T> key, com.google.gson.JsonObject json, WeightedFluidVolume.WeightedStringGetter<T> keyGetter) Json deserialiser that assumes the values are simple and require just a string to deserialise.WeightedFluidVolume
(WeightedFluidKey<T> key, net.minecraft.nbt.NbtCompound tag) WeightedFluidVolume
(WeightedFluidKey<T> key, T value, int amount) Deprecated, for removal: This API element is subject to removal in a future version.WeightedFluidVolume
(WeightedFluidKey<T> key, T value, FluidAmount amount)