public class BlockReveal
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
drawDown |
boolean |
drawEast |
boolean |
drawNorth |
boolean |
drawSouth |
boolean |
drawUp |
boolean |
drawWest |
Constructor and Description |
---|
BlockReveal(net.minecraft.util.RegistryKey<net.minecraft.world.World> dimension,
int ticksRemaining,
net.minecraft.util.math.BlockPos pos,
int color,
int pattern) |
Modifier and Type | Method and Description |
---|---|
void |
decreaseTicksRemaining(int ticks) |
java.awt.Color |
getColor() |
net.minecraft.util.RegistryKey<net.minecraft.world.World> |
getDimension() |
int |
getPattern() |
net.minecraft.util.math.BlockPos |
getPos() |
int |
getTicksRemaining() |
public boolean drawDown
public boolean drawUp
public boolean drawNorth
public boolean drawSouth
public boolean drawEast
public boolean drawWest
public BlockReveal(net.minecraft.util.RegistryKey<net.minecraft.world.World> dimension, int ticksRemaining, net.minecraft.util.math.BlockPos pos, int color, int pattern)
public net.minecraft.util.RegistryKey<net.minecraft.world.World> getDimension()
public net.minecraft.util.math.BlockPos getPos()
public java.awt.Color getColor()
public int getTicksRemaining()
public void decreaseTicksRemaining(int ticks)
public int getPattern()