Uses of Class
net.neoforged.neoforge.fluids.SimpleFluidContent
Packages that use SimpleFluidContent
Package
Description
-
Uses of SimpleFluidContent in net.neoforged.neoforge.fluids
Fields in net.neoforged.neoforge.fluids declared as SimpleFluidContentFields in net.neoforged.neoforge.fluids with type parameters of type SimpleFluidContentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SimpleFluidContent> SimpleFluidContent.CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SimpleFluidContent> SimpleFluidContent.STREAM_CODECMethods in net.neoforged.neoforge.fluids that return SimpleFluidContentModifier and TypeMethodDescriptionstatic SimpleFluidContentSimpleFluidContent.copyOf(FluidStack fluidStack) Methods in net.neoforged.neoforge.fluids with parameters of type SimpleFluidContentModifier and TypeMethodDescriptionbooleanSimpleFluidContent.isSameFluidSameComponents(SimpleFluidContent content) -
Uses of SimpleFluidContent in net.neoforged.neoforge.fluids.capability.templates
Fields in net.neoforged.neoforge.fluids.capability.templates with type parameters of type SimpleFluidContentModifier and TypeFieldDescriptionprotected final Supplier<DataComponentType<SimpleFluidContent>> FluidHandlerItemStack.componentTypeDeprecated, for removal: This API element is subject to removal in a future version.protected final Supplier<DataComponentType<SimpleFluidContent>> FluidHandlerItemStackSimple.componentTypeDeprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in net.neoforged.neoforge.fluids.capability.templates with type arguments of type SimpleFluidContentModifierConstructorDescriptionConsumable(Supplier<DataComponentType<SimpleFluidContent>> componentType, ItemStack container, int capacity) Deprecated, for removal: This API element is subject to removal in a future version.Consumable(Supplier<DataComponentType<SimpleFluidContent>> componentType, ItemStack container, int capacity) Deprecated, for removal: This API element is subject to removal in a future version.FluidHandlerItemStack(Supplier<DataComponentType<SimpleFluidContent>> componentType, ItemStack container, int capacity) Deprecated, for removal: This API element is subject to removal in a future version.FluidHandlerItemStackSimple(Supplier<DataComponentType<SimpleFluidContent>> componentType, ItemStack container, int capacity) Deprecated, for removal: This API element is subject to removal in a future version.SwapEmpty(Supplier<DataComponentType<SimpleFluidContent>> componentType, ItemStack container, ItemStack emptyContainer, int capacity) Deprecated, for removal: This API element is subject to removal in a future version.SwapEmpty(Supplier<DataComponentType<SimpleFluidContent>> componentType, ItemStack container, ItemStack emptyContainer, int capacity) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SimpleFluidContent in net.neoforged.neoforge.transfer.fluid
Fields in net.neoforged.neoforge.transfer.fluid with type parameters of type SimpleFluidContentModifier and TypeFieldDescriptionprotected final DataComponentType<SimpleFluidContent> ItemAccessFluidHandler.componentConstructor parameters in net.neoforged.neoforge.transfer.fluid with type arguments of type SimpleFluidContentModifierConstructorDescriptionItemAccessFluidHandler(ItemAccess itemAccess, DataComponentType<SimpleFluidContent> component, int capacity)