Package net.minecraft.block
Class ConnectingBlock
java.lang.Object
net.minecraft.block.AbstractBlock
net.minecraft.block.Block
net.minecraft.block.ConnectingBlock
- All Implemented Interfaces:
ItemConvertible
,ToggleableFeature
- Direct Known Subclasses:
ChorusPlantBlock
- Mappings:
Namespace Name official cyh
intermediary net/minecraft/class_2429
named net/minecraft/block/ConnectingBlock
-
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.Offsetter, AbstractBlock.OffsetType, AbstractBlock.Settings, AbstractBlock.TypedContextPredicate<A>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BooleanProperty
static final BooleanProperty
static final Map<Direction,
BooleanProperty> private static final Direction[]
protected final VoxelShape[]
static final BooleanProperty
static final BooleanProperty
static final BooleanProperty
static final BooleanProperty
Fields inherited from class net.minecraft.block.Block
field_31022, field_31023, field_31024, field_31025, field_31035, FORCE_STATE, MOVED, NO_REDRAW, NOTIFY_ALL, NOTIFY_LISTENERS, NOTIFY_NEIGHBORS, REDRAW_ON_MAIN_THREAD, SKIP_DROPS, STATE_IDS, stateManager
Fields inherited from class net.minecraft.block.AbstractBlock
collidable, DIRECTIONS, dynamicBounds, jumpVelocityMultiplier, lootTableId, randomTicks, requiredFeatures, resistance, settings, slipperiness, soundGroup, velocityMultiplier
Fields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
FEATURE_ENABLED_REGISTRY_KEYS
-
Constructor Summary
ModifierConstructorDescriptionprotected
ConnectingBlock
(float radius, AbstractBlock.Settings settings) -
Method Summary
Modifier and TypeMethodDescriptionprivate VoxelShape[]
generateFacingsToShapeMap
(float radius) protected int
getConnectionMask
(BlockState state) getOutlineShape
(BlockState state, BlockView world, BlockPos pos, ShapeContext context) boolean
isTransparent
(BlockState state, BlockView world, BlockPos pos) Methods inherited from class net.minecraft.block.Block
afterBreak, appendProperties, appendTooltip, asBlock, asItem, canMobSpawnInside, cannotConnect, createCuboidShape, dropExperience, dropExperienceWhenMined, dropStack, dropStack, dropStacks, dropStacks, dropStacks, getBlastResistance, getBlockFromItem, getDefaultState, getDroppedStacks, getDroppedStacks, getJumpVelocityMultiplier, getName, getPickStack, getPlacementState, getRawIdFromState, getRegistryEntry, getShapesForStates, getSlipperiness, getSoundGroup, getStateFromRawId, getStateManager, getStateWithProperties, getTranslationKey, getVelocityMultiplier, hasDynamicBounds, hasRandomTicks, hasTopRim, isFaceFullSquare, isShapeFullCube, onBreak, onBroken, onDestroyedByExplosion, onEntityLand, onLandedUpon, onPlaced, onSteppedOn, postProcessState, precipitationTick, pushEntitiesUpBeforeBlockChange, randomDisplayTick, replace, replace, setDefaultState, shouldDrawSide, shouldDropItemsOnExplosion, sideCoversSmallSquare, spawnBreakParticles, toString
Methods inherited from class net.minecraft.block.AbstractBlock
calcBlockBreakingDelta, canBucketPlace, canPathfindThrough, canPlaceAt, canReplace, createScreenHandlerFactory, emitsRedstonePower, getAmbientOcclusionLightLevel, getCameraCollisionShape, getCollisionShape, getComparatorOutput, getCullingShape, getDefaultMapColor, getDroppedStacks, getFluidState, getHardness, getLootTableId, getMaxHorizontalModelOffset, getOpacity, getRaycastShape, getRenderingSeed, getRenderType, getRequiredFeatures, getSidesShape, getStateForNeighborUpdate, getStrongRedstonePower, getVerticalModelOffsetMultiplier, getWeakRedstonePower, hasComparatorOutput, hasSidedTransparency, isCullingShapeFullCube, isShapeFullCube, isSideInvisible, mirror, neighborUpdate, onBlockAdded, onBlockBreakStart, onEntityCollision, onProjectileHit, onStacksDropped, onStateReplaced, onSyncedBlockEvent, onUse, prepare, randomTick, rotate, scheduledTick
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
isEnabled
-
Field Details
-
FACINGS
- Mappings:
Namespace Name Mixin selector official i
Lcyh;i:[Lha;
intermediary field_11334
Lnet/minecraft/class_2429;field_11334:[Lnet/minecraft/class_2350;
named FACINGS
Lnet/minecraft/block/ConnectingBlock;FACINGS:[Lnet/minecraft/util/math/Direction;
-
NORTH
- Mappings:
Namespace Name Mixin selector official a
Lcyh;a:Ldga;
intermediary field_11332
Lnet/minecraft/class_2429;field_11332:Lnet/minecraft/class_2746;
named NORTH
Lnet/minecraft/block/ConnectingBlock;NORTH:Lnet/minecraft/state/property/BooleanProperty;
-
EAST
- Mappings:
Namespace Name Mixin selector official b
Lcyh;b:Ldga;
intermediary field_11335
Lnet/minecraft/class_2429;field_11335:Lnet/minecraft/class_2746;
named EAST
Lnet/minecraft/block/ConnectingBlock;EAST:Lnet/minecraft/state/property/BooleanProperty;
-
SOUTH
- Mappings:
Namespace Name Mixin selector official c
Lcyh;c:Ldga;
intermediary field_11331
Lnet/minecraft/class_2429;field_11331:Lnet/minecraft/class_2746;
named SOUTH
Lnet/minecraft/block/ConnectingBlock;SOUTH:Lnet/minecraft/state/property/BooleanProperty;
-
WEST
- Mappings:
Namespace Name Mixin selector official d
Lcyh;d:Ldga;
intermediary field_11328
Lnet/minecraft/class_2429;field_11328:Lnet/minecraft/class_2746;
named WEST
Lnet/minecraft/block/ConnectingBlock;WEST:Lnet/minecraft/state/property/BooleanProperty;
-
UP
- Mappings:
Namespace Name Mixin selector official e
Lcyh;e:Ldga;
intermediary field_11327
Lnet/minecraft/class_2429;field_11327:Lnet/minecraft/class_2746;
named UP
Lnet/minecraft/block/ConnectingBlock;UP:Lnet/minecraft/state/property/BooleanProperty;
-
DOWN
- Mappings:
Namespace Name Mixin selector official f
Lcyh;f:Ldga;
intermediary field_11330
Lnet/minecraft/class_2429;field_11330:Lnet/minecraft/class_2746;
named DOWN
Lnet/minecraft/block/ConnectingBlock;DOWN:Lnet/minecraft/state/property/BooleanProperty;
-
FACING_PROPERTIES
- Mappings:
Namespace Name Mixin selector official g
Lcyh;g:Ljava/util/Map;
intermediary field_11329
Lnet/minecraft/class_2429;field_11329:Ljava/util/Map;
named FACING_PROPERTIES
Lnet/minecraft/block/ConnectingBlock;FACING_PROPERTIES:Ljava/util/Map;
-
facingsToShape
- Mappings:
Namespace Name Mixin selector official h
Lcyh;h:[Leig;
intermediary field_11333
Lnet/minecraft/class_2429;field_11333:[Lnet/minecraft/class_265;
named facingsToShape
Lnet/minecraft/block/ConnectingBlock;facingsToShape:[Lnet/minecraft/util/shape/VoxelShape;
-
-
Constructor Details
-
ConnectingBlock
- Mappings:
Namespace Name Mixin selector official <init>
Lcyh;<init>(FLdfi$d;)V
intermediary <init>
Lnet/minecraft/class_2429;<init>(FLnet/minecraft/class_4970$class_2251;)V
named <init>
Lnet/minecraft/block/ConnectingBlock;<init>(FLnet/minecraft/block/AbstractBlock$Settings;)V
-
-
Method Details
-
generateFacingsToShapeMap
- Mappings:
Namespace Name Mixin selector official a
Lcyh;a(F)[Leig;
intermediary method_10370
Lnet/minecraft/class_2429;method_10370(F)[Lnet/minecraft/class_265;
named generateFacingsToShapeMap
Lnet/minecraft/block/ConnectingBlock;generateFacingsToShapeMap(F)[Lnet/minecraft/util/shape/VoxelShape;
-
isTransparent
- Overrides:
isTransparent
in classBlock
- Mappings:
Namespace Name Mixin selector official c
Lcsv;c(Ldfj;Lcpb;Lgw;)Z
intermediary method_9579
Lnet/minecraft/class_2248;method_9579(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Z
named isTransparent
Lnet/minecraft/block/Block;isTransparent(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Z
-
getOutlineShape
public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context) - Overrides:
getOutlineShape
in classAbstractBlock
- Mappings:
Namespace Name Mixin selector official a
Ldfi;a(Ldfj;Lcpb;Lgw;Lehs;)Leig;
intermediary method_9530
Lnet/minecraft/class_4970;method_9530(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_3726;)Lnet/minecraft/class_265;
named getOutlineShape
Lnet/minecraft/block/AbstractBlock;getOutlineShape(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;)Lnet/minecraft/util/shape/VoxelShape;
-
getConnectionMask
- Mappings:
Namespace Name Mixin selector official h
Lcyh;h(Ldfj;)I
intermediary method_10368
Lnet/minecraft/class_2429;method_10368(Lnet/minecraft/class_2680;)I
named getConnectionMask
Lnet/minecraft/block/ConnectingBlock;getConnectionMask(Lnet/minecraft/block/BlockState;)I
-