Uses of Class
net.neoforged.neoforge.fluids.SimpleFluidContent
Packages that use SimpleFluidContent
Package
Description
-
Uses of SimpleFluidContent in net.neoforged.neoforge.debug.capabilities
Fields in net.neoforged.neoforge.debug.capabilities with type parameters of type SimpleFluidContentModifier and TypeFieldDescriptionstatic final DeferredHolder
<net.minecraft.core.component.DataComponentType<?>, net.minecraft.core.component.DataComponentType<SimpleFluidContent>> FluidTemplatesTests.SIMPLE_FLUID_CONTENT
-
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.CODEC
static final net.minecraft.network.codec.StreamCodec
<net.minecraft.network.RegistryFriendlyByteBuf, SimpleFluidContent> SimpleFluidContent.STREAM_CODEC
Methods in net.neoforged.neoforge.fluids that return SimpleFluidContentModifier and TypeMethodDescriptionstatic SimpleFluidContent
SimpleFluidContent.copyOf
(FluidStack fluidStack) Methods in net.neoforged.neoforge.fluids with parameters of type SimpleFluidContentModifier and TypeMethodDescriptionboolean
SimpleFluidContent.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
<net.minecraft.core.component.DataComponentType<SimpleFluidContent>> FluidHandlerItemStack.componentType
protected final Supplier
<net.minecraft.core.component.DataComponentType<SimpleFluidContent>> FluidHandlerItemStackSimple.componentType
Constructor parameters in net.neoforged.neoforge.fluids.capability.templates with type arguments of type SimpleFluidContentModifierConstructorDescriptionConsumable
(Supplier<net.minecraft.core.component.DataComponentType<SimpleFluidContent>> componentType, net.minecraft.world.item.ItemStack container, int capacity) Consumable
(Supplier<net.minecraft.core.component.DataComponentType<SimpleFluidContent>> componentType, net.minecraft.world.item.ItemStack container, int capacity) FluidHandlerItemStack
(Supplier<net.minecraft.core.component.DataComponentType<SimpleFluidContent>> componentType, net.minecraft.world.item.ItemStack container, int capacity) FluidHandlerItemStackSimple
(Supplier<net.minecraft.core.component.DataComponentType<SimpleFluidContent>> componentType, net.minecraft.world.item.ItemStack container, int capacity) SwapEmpty
(Supplier<net.minecraft.core.component.DataComponentType<SimpleFluidContent>> componentType, net.minecraft.world.item.ItemStack container, net.minecraft.world.item.ItemStack emptyContainer, int capacity) SwapEmpty
(Supplier<net.minecraft.core.component.DataComponentType<SimpleFluidContent>> componentType, net.minecraft.world.item.ItemStack container, net.minecraft.world.item.ItemStack emptyContainer, int capacity) -
Uses of SimpleFluidContent in net.neoforged.neoforge.oldtest.item
Fields in net.neoforged.neoforge.oldtest.item with type parameters of type SimpleFluidContentModifier and TypeFieldDescriptionstatic final DeferredHolder
<net.minecraft.core.component.DataComponentType<?>, net.minecraft.core.component.DataComponentType<SimpleFluidContent>> CustomFluidContainerTest.SIMPLE_FLUID_CONTENT