Class BlockAllocatorStandard

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

public class BlockAllocatorStandard extends Object implements IBlockAllocator
  • Field Details

    • resolution

      protected int resolution
  • Constructor Details

    • BlockAllocatorStandard

      public BlockAllocatorStandard()
    • BlockAllocatorStandard

      public BlockAllocatorStandard(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