Interface FluidKeyCustomiser
public interface FluidKeyCustomiser
Interface for minecraft
Fluid
to implement to customise the implicit FluidKey
that gets created for
them. Note that this is not a replacement for registering a FluidKey
yourself: this only supports customising
SimpleFluidKey
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
customiseKey
(FluidKey.FluidKeyBuilder builder) Customises theSimpleFluidKey
that is created implicitly for thisFluid
.
-
Method Details
-
customiseKey
Customises theSimpleFluidKey
that is created implicitly for thisFluid
.
-