public class class_5554 extends EndRodBlock
Block.NeighborGroupAbstractBlock.AbstractBlockState, AbstractBlock.ContextPredicate, AbstractBlock.OffsetType, AbstractBlock.Settings, AbstractBlock.TypedContextPredicate<A>| Modifier and Type | Field and Description |
|---|---|
static BooleanProperty |
field_27193 |
X_SHAPE, Y_SHAPE, Z_SHAPEFACINGLOGGER, STATE_IDS, stateManagercollidable, dynamicBounds, FACINGS, jumpVelocityMultiplier, lootTableId, material, randomTicks, resistance, settings, slipperiness, soundGroup, velocityMultiplier| Constructor and Description |
|---|
class_5554(AbstractBlock.Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendProperties(StateManager.Builder<Block,BlockState> builder) |
boolean |
emitsRedstonePower(BlockState blockState) |
BlockState |
getPlacementState(ItemPlacementContext itemPlacementContext) |
int |
getWeakRedstonePower(BlockState blockState,
BlockView blockView,
BlockPos blockPos,
Direction direction) |
void |
method_31648(BlockState blockState,
World world,
BlockPos blockPos) |
void |
onProjectileHit(World world,
BlockState blockState,
BlockHitResult blockHitResult,
ProjectileEntity projectileEntity) |
void |
scheduledTick(BlockState blockState,
ServerWorld serverWorld,
BlockPos blockPos,
Random random) |
canPathfindThrough, getOutlineShape, mirror, rotateaddStacksForDisplay, afterBreak, appendTooltip, asBlock, asItem, canMobSpawnInside, cannotConnect, createCuboidShape, dropExperience, dropStack, dropStacks, dropStacks, dropStacks, getBlastResistance, getBlockFromItem, getDefaultState, getDroppedStacks, getDroppedStacks, getJumpVelocityMultiplier, getName, getPickStack, getRawIdFromState, getSlipperiness, getSoundGroup, getStateFromRawId, getStateManager, getTranslationKey, getVelocityMultiplier, hasDynamicBounds, hasRandomTicks, hasTopRim, isFaceFullSquare, isShapeFullCube, isTranslucent, onBreak, onBroken, onDestroyedByExplosion, onEntityLand, onLandedUpon, onPlaced, onSteppedOn, postProcessState, pushEntitiesUpBeforeBlockChange, rainTick, randomDisplayTick, replace, replace, setDefaultState, shouldDrawSide, shouldDropItemsOnExplosion, sideCoversSmallSquare, toStringcalcBlockBreakingDelta, canBucketPlace, canPlaceAt, canReplace, createScreenHandlerFactory, getAmbientOcclusionLightLevel, getCollisionShape, getComparatorOutput, getCullingShape, getDefaultMaterialColor, getDroppedStacks, getFluidState, getLootTableId, getOffsetType, getOpacity, getPistonBehavior, getRaycastShape, getRenderingSeed, getRenderType, getSidesShape, getStateForNeighborUpdate, getStrongRedstonePower, getVisualShape, hasComparatorOutput, hasSidedTransparency, isSideInvisible, neighborUpdate, onBlockAdded, onBlockBreakStart, onEntityCollision, onStacksDropped, onStateReplaced, onSyncedBlockEvent, onUse, prepare, randomTickpublic static final BooleanProperty field_27193
public class_5554(AbstractBlock.Settings settings)
public BlockState getPlacementState(ItemPlacementContext itemPlacementContext)
getPlacementState in class Blockpublic int getWeakRedstonePower(BlockState blockState, BlockView blockView, BlockPos blockPos, Direction direction)
getWeakRedstonePower in class AbstractBlockpublic void method_31648(BlockState blockState, World world, BlockPos blockPos)
public void scheduledTick(BlockState blockState, ServerWorld serverWorld, BlockPos blockPos, Random random)
scheduledTick in class AbstractBlockpublic void onProjectileHit(World world, BlockState blockState, BlockHitResult blockHitResult, ProjectileEntity projectileEntity)
onProjectileHit in class AbstractBlockprotected void appendProperties(StateManager.Builder<Block,BlockState> builder)
appendProperties in class Blockpublic boolean emitsRedstonePower(BlockState blockState)
emitsRedstonePower in class AbstractBlock