public class class_5550 extends StairsBlock implements class_5547
Block.NeighborGroupAbstractBlock.AbstractBlockState, AbstractBlock.ContextPredicate, AbstractBlock.OffsetType, AbstractBlock.Settings, AbstractBlock.TypedContextPredicate<A>| Modifier and Type | Field and Description |
|---|---|
private Block |
field_27191 |
BOTTOM_NORTH_EAST_CORNER_SHAPE, BOTTOM_NORTH_WEST_CORNER_SHAPE, BOTTOM_SHAPE, BOTTOM_SHAPES, BOTTOM_SOUTH_EAST_CORNER_SHAPE, BOTTOM_SOUTH_WEST_CORNER_SHAPE, FACING, HALF, SHAPE, TOP_NORTH_EAST_CORNER_SHAPE, TOP_NORTH_WEST_CORNER_SHAPE, TOP_SHAPE, TOP_SHAPES, TOP_SOUTH_EAST_CORNER_SHAPE, TOP_SOUTH_WEST_CORNER_SHAPE, WATERLOGGEDLOGGER, STATE_IDS, stateManagercollidable, dynamicBounds, FACINGS, jumpVelocityMultiplier, lootTableId, material, randomTicks, resistance, settings, slipperiness, soundGroup, velocityMultiplier| Constructor and Description |
|---|
class_5550(BlockState blockState,
AbstractBlock.Settings settings,
Block block) |
| Modifier and Type | Method and Description |
|---|---|
BlockState |
method_31639(BlockState blockState) |
void |
onBlockAdded(BlockState blockState,
World world,
BlockPos blockPos,
BlockState blockState2,
boolean bool) |
void |
scheduledTick(BlockState blockState,
ServerWorld serverWorld,
BlockPos blockPos,
Random random) |
appendProperties, canPathfindThrough, getBlastResistance, getFluidState, getOutlineShape, getPlacementState, getStateForNeighborUpdate, hasRandomTicks, hasSidedTransparency, isStairs, mirror, onBlockBreakStart, onBroken, onDestroyedByExplosion, onStateReplaced, onSteppedOn, onUse, randomDisplayTick, randomTick, rotateaddStacksForDisplay, afterBreak, appendTooltip, asBlock, asItem, canMobSpawnInside, cannotConnect, createCuboidShape, dropExperience, dropStack, dropStacks, dropStacks, dropStacks, getBlockFromItem, getDefaultState, getDroppedStacks, getDroppedStacks, getJumpVelocityMultiplier, getName, getPickStack, getRawIdFromState, getSlipperiness, getSoundGroup, getStateFromRawId, getStateManager, getTranslationKey, getVelocityMultiplier, hasDynamicBounds, hasTopRim, isFaceFullSquare, isShapeFullCube, isTranslucent, onBreak, onEntityLand, onLandedUpon, onPlaced, postProcessState, pushEntitiesUpBeforeBlockChange, rainTick, replace, replace, setDefaultState, shouldDrawSide, shouldDropItemsOnExplosion, sideCoversSmallSquare, toStringcalcBlockBreakingDelta, canBucketPlace, canPlaceAt, canReplace, createScreenHandlerFactory, emitsRedstonePower, getAmbientOcclusionLightLevel, getCollisionShape, getComparatorOutput, getCullingShape, getDefaultMaterialColor, getDroppedStacks, getLootTableId, getOffsetType, getOpacity, getPistonBehavior, getRaycastShape, getRenderingSeed, getRenderType, getSidesShape, getStrongRedstonePower, getVisualShape, getWeakRedstonePower, hasComparatorOutput, isSideInvisible, neighborUpdate, onEntityCollision, onProjectileHit, onStacksDropped, onSyncedBlockEvent, prepareclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmethod_31637, method_31638, method_31640canFillWithFluid, tryDrainFluid, tryFillWithFluidprivate final Block field_27191
public class_5550(BlockState blockState, AbstractBlock.Settings settings, Block block)
public void onBlockAdded(BlockState blockState, World world, BlockPos blockPos, BlockState blockState2, boolean bool)
onBlockAdded in class StairsBlockpublic void scheduledTick(BlockState blockState, ServerWorld serverWorld, BlockPos blockPos, Random random)
scheduledTick in class StairsBlockpublic BlockState method_31639(BlockState blockState)
method_31639 in interface class_5547