Package net.minecraft.block
Class DoubleStoneSlabBlock
java.lang.Object
net.minecraft.block.Block
net.minecraft.block.SlabBlock
net.minecraft.block.StoneSlabBlock
net.minecraft.block.DoubleStoneSlabBlock
public class DoubleStoneSlabBlock extends StoneSlabBlock
- Mappings:
Namespace Name official agzintermediary net/minecraft/class_217named net/minecraft/block/DoubleStoneSlabBlock
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.block.StoneSlabBlock
StoneSlabBlock.SlabTypeNested classes/interfaces inherited from class net.minecraft.block.Block
Block.OffsetType, Block.Sound -
Field Summary
Fields inherited from class net.minecraft.block.StoneSlabBlock
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 DoubleStoneSlabBlock() -
Method Summary
Modifier and Type Method Description booleanisDoubleSlab()Methods inherited from class net.minecraft.block.StoneSlabBlock
appendItemStacks, appendProperties, getData, getDropItem, getMaterialColor, getMeta, getPickItem, 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, getTranslatedName, 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
-
DoubleStoneSlabBlock
public DoubleStoneSlabBlock()
-
-
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
-