|
| | EvokerTrapBlock (Settings settings) |
| |
| BlockState | getPlacementState (ItemPlacementContext ctx) |
| |
| void | neighborUpdate (BlockState state, World world, BlockPos pos, Block sourceBlock, BlockPos sourcePos, boolean notify) |
| |
| void | scheduledTick (BlockState state, ServerWorld world, BlockPos pos, Random random) |
| |
| BlockState | rotate (BlockState state, BlockRotation rotation) |
| |
| BlockState | mirror (BlockState state, BlockMirror mirror) |
| |
| ItemConvertible | generateData (DatagenModContainer container, String identifier) |
| |
|
| static final DirectionProperty | FACING = HorizontalFacingBlock.FACING |
| |
| static final BooleanProperty | TRIGGERED = Properties.TRIGGERED |
| |
| static final BooleanProperty | ACTIVE = BooleanProperty.of("active") |
| |
◆ EvokerTrapBlock()
| de.sakurajin.evenbetterarcheology.block.custom.EvokerTrapBlock.EvokerTrapBlock |
( |
Settings |
settings | ) |
|
◆ appendProperties()
| void de.sakurajin.evenbetterarcheology.block.custom.EvokerTrapBlock.appendProperties |
( |
StateManager.Builder< Block, BlockState > |
builder | ) |
|
|
protected |
◆ generateData()
| ItemConvertible de.sakurajin.evenbetterarcheology.block.custom.EvokerTrapBlock.generateData |
( |
DatagenModContainer |
container, |
|
|
String |
identifier |
|
) |
| |
◆ getPlacementState()
| BlockState de.sakurajin.evenbetterarcheology.block.custom.EvokerTrapBlock.getPlacementState |
( |
ItemPlacementContext |
ctx | ) |
|
◆ mirror()
| BlockState de.sakurajin.evenbetterarcheology.block.custom.EvokerTrapBlock.mirror |
( |
BlockState |
state, |
|
|
BlockMirror |
mirror |
|
) |
| |
◆ neighborUpdate()
| void de.sakurajin.evenbetterarcheology.block.custom.EvokerTrapBlock.neighborUpdate |
( |
BlockState |
state, |
|
|
World |
world, |
|
|
BlockPos |
pos, |
|
|
Block |
sourceBlock, |
|
|
BlockPos |
sourcePos, |
|
|
boolean |
notify |
|
) |
| |
◆ rotate()
| BlockState de.sakurajin.evenbetterarcheology.block.custom.EvokerTrapBlock.rotate |
( |
BlockState |
state, |
|
|
BlockRotation |
rotation |
|
) |
| |
◆ scheduledTick()
| void de.sakurajin.evenbetterarcheology.block.custom.EvokerTrapBlock.scheduledTick |
( |
BlockState |
state, |
|
|
ServerWorld |
world, |
|
|
BlockPos |
pos, |
|
|
Random |
random |
|
) |
| |
◆ ACTIVE
| final BooleanProperty de.sakurajin.evenbetterarcheology.block.custom.EvokerTrapBlock.ACTIVE = BooleanProperty.of("active") |
|
static |
◆ FACING
| final DirectionProperty de.sakurajin.evenbetterarcheology.block.custom.EvokerTrapBlock.FACING = HorizontalFacingBlock.FACING |
|
static |
◆ TRIGGERED
| final BooleanProperty de.sakurajin.evenbetterarcheology.block.custom.EvokerTrapBlock.TRIGGERED = Properties.TRIGGERED |
|
static |
The documentation for this class was generated from the following file: