Class BlockAllocatorBulkie
java.lang.Object
com.hbm_m.explosion.vanillant.standard.BlockAllocatorBulkie
- All Implemented Interfaces:
IBlockAllocator
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBlockAllocatorBulkie(double maximum) BlockAllocatorBulkie(double maximum, int resolution) -
Method Summary
Modifier and TypeMethodDescriptionHashSet<net.minecraft.core.BlockPos>allocate(ExplosionVNT explosion, net.minecraft.world.level.Level level, double x, double y, double z, float size)
-
Field Details
-
maximum
protected double maximum -
resolution
protected int resolution
-
-
Constructor Details
-
BlockAllocatorBulkie
public BlockAllocatorBulkie(double maximum) -
BlockAllocatorBulkie
public BlockAllocatorBulkie(double maximum, 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:
allocatein interfaceIBlockAllocator
-