Package com.hypixel.hytale.builtin.fluid
Class FluidSystems.EnsureFluidSection
java.lang.Object
com.hypixel.hytale.component.system.System<ChunkStore>
com.hypixel.hytale.component.system.HolderSystem<ChunkStore>
com.hypixel.hytale.builtin.fluid.FluidSystems.EnsureFluidSection
- All Implemented Interfaces:
ISystem<ChunkStore>,QuerySystem<ChunkStore>
- Enclosing class:
FluidSystems
-
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()voidonEntityAdd(Holder<ChunkStore> holder, AddReason reason, Store<ChunkStore> store) voidonEntityRemoved(Holder<ChunkStore> holder, RemoveReason reason, Store<ChunkStore> store) Methods inherited from class com.hypixel.hytale.component.system.System
getComponentRegistrations, getResourceRegistrations, registerComponent, registerComponent, registerComponent, registerResource, registerResourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.system.ISystem
getGroup, onSystemRegistered, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.QuerySystem
test
-
Field Details
-
QUERY
-
-
Constructor Details
-
EnsureFluidSection
public EnsureFluidSection()
-
-
Method Details
-
onEntityAdd
public void onEntityAdd(@Nonnull Holder<ChunkStore> holder, @Nonnull AddReason reason, @Nonnull Store<ChunkStore> store) - Specified by:
onEntityAddin classHolderSystem<ChunkStore>
-
onEntityRemoved
public void onEntityRemoved(@Nonnull Holder<ChunkStore> holder, @Nonnull RemoveReason reason, @Nonnull Store<ChunkStore> store) - Specified by:
onEntityRemovedin classHolderSystem<ChunkStore>
-
getQuery
-
getDependencies
-