public class FluidCommand extends AbstractCommandCollection
Command for flui operations. Registered with the command system and callable by players.
java.lang.Object > AbstractCommandCollection > FluidCommand
Field Summary
offset
final
RelativeIntPosition
offset
Field offset.
blockTarget
final
Vector3i
blockTarget
Field blockTarget.
chunkStore
final
ChunkStore
chunkStore
Field chunkStore.
pos
final
Vector3i
pos
Field pos.
fluid
final
Fluid
fluid
Field fluid.
finalLevel
final
Integer
finalLevel
Field finalLevel.
sectionStore
final
Store
sectionStore
Field sectionStore.
fluidSection
final
FluidSection
fluidSection
Field fluidSection.
index
final
int
index
Field index.
chunkSection
final
ChunkSection
chunkSection
Field chunkSection.
worldChunk
final
WorldChunk
worldChunk
Field worldChunk.
level
final
byte
level
Field level.
radius
final
Integer
radius
Field radius.
minX
final
int
minX
Field minX.
maxX
final
int
maxX
Field maxX.
minY
final
int
minY
Field minY.
maxY
final
int
maxY
Field maxY.
minZ
final
int
minZ
Field minZ.
maxZ
final
int
maxZ
Field maxZ.
minCX
final
int
minCX
Field minCX.
maxCX
final
int
maxCX
Field maxCX.
minCY
final
int
minCY
Field minCY.
maxCY
final
int
maxCY
Field maxCY.
minCZ
final
int
minCZ
Field minCZ.
maxCZ
final
int
maxCZ
Field maxCZ.
relMinX
final
int
relMinX
Field relMinX.
relMaxX
final
int
relMaxX
Field relMaxX.
relMinZ
final
int
relMinZ
Field relMinZ.
relMaxZ
final
int
relMaxZ
Field relMaxZ.
relMinY
final
int
relMinY
Field relMinY.
relMaxY
final
int
relMaxY
Field relMaxY.
sectionComp
final
ChunkSection
sectionComp
Field sectionComp.
Method Detail
FluidCommand
public
public
FluidCommand
()
Method FluidCommand.
SetCommand
public
new
SetCommand
()
Method SetCommand.
GetCommand
public
new
GetCommand
()
Method GetCommand.
SetRadiusCommand
public
new
SetRadiusCommand
()
Method SetRadiusCommand.
AssetArgumentType
public
)
new
AssetArgumentType
("Fluid", (ClassMethod AssetArgumentType.
- Parameters:
"Fluid""Fluid"(Class(Class
execute
protected
void
execute
(@Nonnull final CommandContext context, @Nonnull final Store store, @Nonnull final Ref ref, @Nonnull final PlayerRef playerRef, @Nonnull final World world)
Method execute.
- Parameters:
@Nonnull final CommandContextcontext@Nonnull final Storestore@Nonnull final Refref@Nonnull final PlayerRefplayerRef@Nonnull final Worldworld