Class BlockAllocatorWater

java.lang.Object
com.hbm_m.explosion.vanillant.standard.BlockAllocatorWater
All Implemented Interfaces:
IBlockAllocator

public class BlockAllocatorWater extends Object implements IBlockAllocator
  • Field Details

    • resolution

      protected int resolution
  • Constructor Details

    • BlockAllocatorWater

      public BlockAllocatorWater(int resolution)
  • Method Details

    • allocate

      public HashSet<net.minecraft.core.BlockPos> allocate(ExplosionVNT explosion, net.minecraft.world.level.Level level, double x, double y, double z, float size)
      Specified by:
      allocate in interface IBlockAllocator