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