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,
java.lang.Integer spot) |
void update(net.minecraft.world.World world,
net.minecraft.world.chunk.Chunk chunk,
IAuraChunk auraChunk,
net.minecraft.util.math.BlockPos pos,
java.lang.Integer spot)
boolean appliesHere(net.minecraft.world.chunk.Chunk chunk,
IAuraChunk auraChunk,
IAuraType type)
net.minecraft.util.ResourceLocation getName()