Package net.minecraft.block
Class DoubleRedSandstoneSlabBlock
java.lang.Object
net.minecraft.block.Block
net.minecraft.block.SlabBlock
net.minecraft.block.RedSandstoneSlabBlock
net.minecraft.block.DoubleRedSandstoneSlabBlock
public class DoubleRedSandstoneSlabBlock extends RedSandstoneSlabBlock
- Mappings:
Namespace Name official agyintermediary net/minecraft/class_216named net/minecraft/block/DoubleRedSandstoneSlabBlock
-
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 DoubleRedSandstoneSlabBlock() -
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
-
DoubleRedSandstoneSlabBlock
public DoubleRedSandstoneSlabBlock()
-
-
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
-