Class BlockPhysicsSystems.CachedAccessor

java.lang.Object
com.hypixel.hytale.server.core.universe.world.chunk.AbstractCachedAccessor
com.hypixel.hytale.builtin.blockphysics.BlockPhysicsSystems.CachedAccessor
Enclosing class:
BlockPhysicsSystems

public static class BlockPhysicsSystems.CachedAccessor extends AbstractCachedAccessor
  • Field Details

  • Constructor Details

    • CachedAccessor

      protected CachedAccessor()
  • Method Details

    • of

      @Nonnull public static BlockPhysicsSystems.CachedAccessor of(ComponentAccessor<ChunkStore> commandBuffer, com.hypixel.hytale.server.core.universe.world.chunk.section.BlockSection blockSection, BlockPhysics section, FluidSection fluidSection, int cx, int cy, int cz, int radius)
    • getBlockPhysics

      @Nullable public BlockPhysics getBlockPhysics(int cx, int cy, int cz)
    • getFluidSection

      @Nullable public FluidSection getFluidSection(int cx, int cy, int cz)
    • getBlockSection

      @Nullable public com.hypixel.hytale.server.core.universe.world.chunk.section.BlockSection getBlockSection(int cx, int cy, int cz)
    • performBlockUpdate

      public void performBlockUpdate(int x, int y, int z, int maxSupportDistance)
    • performBlockUpdate

      public void performBlockUpdate(int x, int y, int z)