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 SummaryModifier and TypeMethodDescriptionvoidcustomiseKey(FluidKey.FluidKeyBuilder builder)Customises theSimpleFluidKeythat is created implicitly for thisFluid.
- 
Method Details- 
customiseKeyCustomises theSimpleFluidKeythat is created implicitly for thisFluid.
 
-