Package net.minecraft.block
Class SingleRedSandstoneSlabBlock
java.lang.Object
net.minecraft.block.Block
net.minecraft.block.SlabBlock
net.minecraft.block.RedSandstoneSlabBlock
net.minecraft.block.SingleRedSandstoneSlabBlock
public class SingleRedSandstoneSlabBlock extends RedSandstoneSlabBlock
- Mappings:
Namespace Name official ahgintermediary net/minecraft/class_225named net/minecraft/block/SingleRedSandstoneSlabBlock
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.block.RedSandstoneSlabBlock
RedSandstoneSlabBlock.SlabTypeNested classes/interfaces inherited from class net.minecraft.block.Block
Block.OffsetType, Block.Sound -
Field Summary
Fields inherited from class net.minecraft.block.RedSandstoneSlabBlock
SEAMLESS, VARIANTFields inherited from class net.minecraft.block.Block
ANVIL, BLOCK_STATES, blockEntity, boundingBoxMaxX, boundingBoxMaxY, boundingBoxMaxZ, boundingBoxMinX, boundingBoxMinY, boundingBoxMinZ, CLOTH, fullBlock, GLASS, GRASS, GRAVEL, LADDER, lightLevel, material, materialColor, opacity, ORE, particleGravity, RAIL, randomTicks, REGISTRY, resistance, SAND, SLIME, slipperiness, SNOW, sound, stateManager, stats, STONE, strength, transluscent, useNeighbourLight, WOOD -
Constructor Summary
Constructors Constructor Description SingleRedSandstoneSlabBlock() -
Method Summary
Modifier and Type Method Description booleanisDoubleSlab()Methods inherited from class net.minecraft.block.RedSandstoneSlabBlock
appendItemStacks, appendProperties, getData, getDropItem, getMaterialColor, getMeta, getPickItem, getTranslatedName, method_874, method_875, method_878, stateFromDataMethods inherited from class net.minecraft.block.SlabBlock
appendCollisionBoxes, getDropCount, getMeta, getStateFromData, hasTransperancy, isSideInvisible, method_876, renderAsNormalBlock, requiresSilkTouch, setBlockItemBounds, setBoundingBoxMethods inherited from class net.minecraft.block.Block
areBlocksEqual, blocksMovement, calcBlockBreakingData, canBePlacedAdjacent, canBePlacedAtPos, canBeReplaced, canCollide, canMobSpawnInside, createStackFromBlock, disableStats, dropAsItem, dropExperience, emitsRedstonePower, get, getAmbientOcclusionLightLevel, getBlastResistance, getBlendColor, getBlockColor, getBlockFromItem, getBlockState, getBlockType, getBonusDrops, getBrightness, getByBlockState, getById, getCollisionBox, getColor, getColor, getComparatorOutput, getDefaultState, getIdByBlock, getItemGroup, getLightLevel, getMaterial, getMaxX, getMaxY, getMaxZ, getMinX, getMinY, getMinZ, getOffsetType, getOpacity, getPistonInteractionType, getRenderLayerType, getSelectionBox, getStateFromRawId, getStateManager, getStrength, getStrongRedstonePower, getTickRate, getTranslationKey, getWeakRedstonePower, harvest, hasBlockEntity, hasCollision, hasCollision, hasComparatorOutput, hasStats, isEqualTo, isFire, isFlowerPot, isFullBlock, isFullCube, isLeafBlock, isNormalBlock, isReplaceable, isTransluscent, method_655, method_696, neighborUpdate, onBlockBreak, onBlockBreakStart, onBreakByPlayer, onBreakByPlayer, onBreaking, onCreation, onDestroyedByExplosion, onEntityCollision, onEntityCollision, onEvent, onLandedUpon, onPlaced, onSteppedOn, onUpdateTick, onUse, rainTick, randomDisplayTick, randomDropAsItem, scheduledTick, setBoundingBox, setDefaultState, setEntityVelocity, setItemGroup, setLightLevel, setOpacity, setResistance, setSound, setStrength, setTickRandomly, setTranslationKey, setUnbreakable, setup, shouldDropItemsOnExplosion, ticksRandomly, toString, usesNeighbourLight
-
Constructor Details
-
SingleRedSandstoneSlabBlock
public SingleRedSandstoneSlabBlock()
-
-
Method Details
-
isDoubleSlab
public boolean isDoubleSlab()- Specified by:
isDoubleSlabin classSlabBlock- Mappings:
Namespace Name Mixin selector official lLahh;l()Zintermediary method_877Lnet/minecraft/class_226;method_877()Znamed isDoubleSlabLnet/minecraft/block/SlabBlock;isDoubleSlab()Z
-