public static class EndSpikeFeature.EndSpike
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
centerX |
private int |
centerZ |
private boolean |
guarded |
private int |
height |
private int |
radius |
private AxisAlignedBB |
topBoundingBox |
Constructor and Description |
---|
EndSpike(int centerXIn,
int centerZIn,
int radiusIn,
int heightIn,
boolean guardedIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
doesStartInChunk(BlockPos pos) |
static <T> EndSpikeFeature.EndSpike |
func_214747_a(com.mojang.datafixers.Dynamic<T> p_214747_0_) |
<T> com.mojang.datafixers.Dynamic<T> |
func_214749_a(com.mojang.datafixers.types.DynamicOps<T> ops) |
int |
getCenterX() |
int |
getCenterZ() |
int |
getHeight() |
int |
getRadius() |
AxisAlignedBB |
getTopBoundingBox() |
boolean |
isGuarded() |
private final int centerX
private final int centerZ
private final int radius
private final int height
private final boolean guarded
private final AxisAlignedBB topBoundingBox
public EndSpike(int centerXIn, int centerZIn, int radiusIn, int heightIn, boolean guardedIn)
public boolean doesStartInChunk(BlockPos pos)
public int getCenterX()
public int getCenterZ()
public int getRadius()
public int getHeight()
public boolean isGuarded()
public AxisAlignedBB getTopBoundingBox()
public <T> com.mojang.datafixers.Dynamic<T> func_214749_a(com.mojang.datafixers.types.DynamicOps<T> ops)
public static <T> EndSpikeFeature.EndSpike func_214747_a(com.mojang.datafixers.Dynamic<T> p_214747_0_)