Class FluidResource
java.lang.Object
com.refinedmods.refinedstorage.common.support.resource.FluidResource
- All Implemented Interfaces:
ResourceKey,FuzzyModeNormalizer,PlatformResourceKey
@API(status=INTERNAL)
public final class FluidResource
extends Object
implements PlatformResourceKey, FuzzyModeNormalizer
-
Constructor Summary
ConstructorsConstructorDescriptionFluidResource(net.minecraft.world.level.material.Fluid fluid) FluidResource(net.minecraft.world.level.material.Fluid fluid, net.minecraft.core.component.DataComponentPatch components) -
Method Summary
-
Constructor Details
-
FluidResource
public FluidResource(net.minecraft.world.level.material.Fluid fluid) -
FluidResource
public FluidResource(net.minecraft.world.level.material.Fluid fluid, net.minecraft.core.component.DataComponentPatch components)
-
-
Method Details
-
normalize
- Specified by:
normalizein interfaceFuzzyModeNormalizer
-
getInterfaceExportLimit
public long getInterfaceExportLimit()- Specified by:
getInterfaceExportLimitin interfacePlatformResourceKey
-
getProcessingPatternLimit
public long getProcessingPatternLimit()- Specified by:
getProcessingPatternLimitin interfacePlatformResourceKey
-
getTags
- Specified by:
getTagsin interfacePlatformResourceKey
-
getResourceType
- Specified by:
getResourceTypein interfacePlatformResourceKey
-
fluid
public net.minecraft.world.level.material.Fluid fluid() -
components
public net.minecraft.core.component.DataComponentPatch components() -
equals
-
hashCode
public int hashCode() -
toString
-