Class ComponentFluidContainerBuilder
java.lang.Object
generation.builders.AbstractPropertyBuilder
generation.builders.AbstractDynamicOrderPropertyBuilder
generation.builders.ComponentFluidContainerBuilder
- All Implemented Interfaces:
ComponentBuilder
,Named
,Writeable
public class ComponentFluidContainerBuilder
extends AbstractDynamicOrderPropertyBuilder
implements ComponentBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from interface generation.builders.Writeable
Writeable.ListProperty<T>, Writeable.Property<T>, Writeable.WriteableProperty<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncapacity
(float float0) containerName
(String string) customDrinkSound
(SoundKey soundKey) fillsWithCleanWater
(boolean boolean0) fluids
(FluidContainerFluidBuilder... fluidContainerFluidBuilders) getType()
hiddenAmount
(boolean boolean0) initialPercentMax
(float float0) initialPercentMin
(float float0) inputLocked
(boolean boolean0) opened
(boolean boolean0) pickRandomFluid
(boolean boolean0) rainFactor
(float float0) Methods inherited from class generation.builders.AbstractPropertyBuilder
get, getName, write
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface generation.builders.Writeable
formatFloat, fromArray, indent, stream, write, writeBlockEnd, writeBlockStart, writeKeyValue, writeProperties, writeValue
-
Constructor Details
-
ComponentFluidContainerBuilder
public ComponentFluidContainerBuilder()
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceComponentBuilder
-
containerName
-
capacity
-
rainFactor
-
initialPercentMin
-
initialPercentMax
-
inputLocked
-
fillsWithCleanWater
-
whitelist
-
customDrinkSound
-
pickRandomFluid
-
opened
-
fluids
public ComponentFluidContainerBuilder fluids(FluidContainerFluidBuilder... fluidContainerFluidBuilders)
-