Package net.minecraft.block.entity
Class BeaconBlockEntity.BeamSegment
java.lang.Object
net.minecraft.block.entity.BeaconBlockEntity.BeamSegment
- Enclosing class:
- BeaconBlockEntity
public static class BeaconBlockEntity.BeamSegment extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BeamSegment(float[] color)
-
Method Summary
Modifier and Type Method Description float[]
getColor()
int
getHeight()
protected void
increaseHeight()
-
Field Details
-
color
private final float[] color -
height
private int height
-
-
Constructor Details
-
BeamSegment
public BeamSegment(float[] color)
-
-
Method Details
-
increaseHeight
protected void increaseHeight() -
getColor
@Environment(CLIENT) public float[] getColor() -
getHeight
@Environment(CLIENT) public int getHeight()
-