Package net.minecraft.block
Class SingleWoodSlabBlock
java.lang.Object
net.minecraft.block.Block
net.minecraft.block.SlabBlock
net.minecraft.block.WoodSlabBlock
net.minecraft.block.SingleWoodSlabBlock
public class SingleWoodSlabBlock extends WoodSlabBlock
- Mappings:
Namespace Name official ahkintermediary net/minecraft/class_230named net/minecraft/block/SingleWoodSlabBlock
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.block.SlabBlock
SlabBlock.SlabTypeNested classes/interfaces inherited from class net.minecraft.block.Block
Block.OffsetType, Block.Sound -
Field Summary
Fields inherited from class net.minecraft.block.WoodSlabBlock
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 SingleWoodSlabBlock() -
Method Summary
Modifier and Type Method Description booleanisDoubleSlab()Methods inherited from class net.minecraft.block.WoodSlabBlock
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
-
SingleWoodSlabBlock
public SingleWoodSlabBlock()
-
-
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
-