Package net.minecraft.block
Class StainedGlassPaneBlock
java.lang.Object
net.minecraft.block.AbstractBlock
net.minecraft.block.Block
net.minecraft.block.HorizontalConnectingBlock
net.minecraft.block.PaneBlock
net.minecraft.block.StainedGlassPaneBlock
- All Implemented Interfaces:
FluidDrainable
,FluidFillable
,Stainable
,Waterloggable
,ItemConvertible
public class StainedGlassPaneBlock extends PaneBlock implements Stainable
- Mappings:
Namespace Name official cdm
intermediary net/minecraft/class_2504
named net/minecraft/block/StainedGlassPaneBlock
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.block.Block
Block.NeighborGroup
Nested classes/interfaces inherited from class net.minecraft.block.AbstractBlock
AbstractBlock.AbstractBlockState, AbstractBlock.ContextPredicate, AbstractBlock.OffsetType, AbstractBlock.Settings, AbstractBlock.TypedContextPredicate<A>
-
Field Summary
Fields inherited from class net.minecraft.block.HorizontalConnectingBlock
boundingShapes, collisionShapes, EAST, FACING_PROPERTIES, NORTH, SOUTH, WATERLOGGED, WEST
Fields inherited from class net.minecraft.block.Block
LOGGER, STATE_IDS, stateManager
Fields inherited from class net.minecraft.block.AbstractBlock
collidable, DIRECTIONS, dynamicBounds, jumpVelocityMultiplier, lootTableId, material, randomTicks, resistance, settings, slipperiness, soundGroup, velocityMultiplier
-
Constructor Summary
Constructors Constructor Description StainedGlassPaneBlock(DyeColor color, AbstractBlock.Settings settings)
-
Method Summary
Methods inherited from class net.minecraft.block.PaneBlock
appendProperties, connectsTo, getPlacementState, getStateForNeighborUpdate, getVisualShape, isSideInvisible
Methods inherited from class net.minecraft.block.HorizontalConnectingBlock
canPathfindThrough, createShapes, getCollisionShape, getFluidState, getOutlineShape, getShapeIndex, isTranslucent, mirror, rotate
Methods inherited from class net.minecraft.block.Block
addStacksForDisplay, afterBreak, appendTooltip, asBlock, asItem, canMobSpawnInside, cannotConnect, createCuboidShape, dropExperience, dropStack, dropStacks, dropStacks, dropStacks, getBlastResistance, getBlockFromItem, getDefaultState, getDroppedStacks, getDroppedStacks, getJumpVelocityMultiplier, getName, getPickStack, getRawIdFromState, getShapesForStates, getSlipperiness, getSoundGroup, getStateFromRawId, getStateManager, getTranslationKey, getVelocityMultiplier, hasDynamicBounds, hasRandomTicks, hasTopRim, isFaceFullSquare, isShapeFullCube, method_33614, onBreak, onBroken, onDestroyedByExplosion, onEntityLand, onLandedUpon, onPlaced, onSteppedOn, postProcessState, precipitationTick, pushEntitiesUpBeforeBlockChange, randomDisplayTick, replace, replace, setDefaultState, shouldDrawSide, shouldDropItemsOnExplosion, sideCoversSmallSquare, toString
Methods inherited from class net.minecraft.block.AbstractBlock
calcBlockBreakingDelta, canBucketPlace, canPlaceAt, canReplace, createScreenHandlerFactory, emitsRedstonePower, getAmbientOcclusionLightLevel, getComparatorOutput, getCullingShape, getDefaultMapColor, getDroppedStacks, getLootTableId, getMaxModelOffset, getOffsetType, getOpacity, getPistonBehavior, getRaycastShape, getRenderingSeed, getRenderType, getSidesShape, getStrongRedstonePower, getWeakRedstonePower, hasComparatorOutput, hasSidedTransparency, neighborUpdate, onBlockAdded, onBlockBreakStart, onEntityCollision, onProjectileHit, onStacksDropped, onStateReplaced, onSyncedBlockEvent, onUse, prepare, randomTick, scheduledTick
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.block.Waterloggable
canFillWithFluid, getBucketFillSound, tryDrainFluid, tryFillWithFluid
-
Field Details
-
color
- Mappings:
Namespace Name Mixin selector official i
Lcdm;i:Lbms;
intermediary field_11554
Lnet/minecraft/class_2504;field_11554:Lnet/minecraft/class_1767;
named color
Lnet/minecraft/block/StainedGlassPaneBlock;color:Lnet/minecraft/util/DyeColor;
-
-
Constructor Details
-
StainedGlassPaneBlock
- Mappings:
Namespace Name Mixin selector official <init>
Lcdm;<init>(Lbms;Lchs$c;)V
intermediary <init>
Lnet/minecraft/class_2504;<init>(Lnet/minecraft/class_1767;Lnet/minecraft/class_4970$class_2251;)V
named <init>
Lnet/minecraft/block/StainedGlassPaneBlock;<init>(Lnet/minecraft/util/DyeColor;Lnet/minecraft/block/AbstractBlock$Settings;)V
-
-
Method Details