public interface IDrainSpotEffect
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesHere(net.minecraft.world.chunk.Chunk chunk,
IAuraChunk auraChunk,
IAuraType type) |
net.minecraft.util.ResourceLocation |
getName() |
void |
update(net.minecraft.world.World world,
net.minecraft.world.chunk.Chunk chunk,
IAuraChunk auraChunk,
net.minecraft.util.math.BlockPos pos,
org.apache.commons.lang3.mutable.MutableInt spot) |
void update(net.minecraft.world.World world,
net.minecraft.world.chunk.Chunk chunk,
IAuraChunk auraChunk,
net.minecraft.util.math.BlockPos pos,
org.apache.commons.lang3.mutable.MutableInt spot)
boolean appliesHere(net.minecraft.world.chunk.Chunk chunk,
IAuraChunk auraChunk,
IAuraType type)
net.minecraft.util.ResourceLocation getName()