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 named net/minecraft/block/ConnectingBlock
intermediary net/minecraft/class_2429
official dkp
-
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
CODEC, field_31023, field_31024, field_31025, field_31035, FORCE_STATE, MOVED, NO_REDRAW, NOTIFY_ALL, NOTIFY_ALL_AND_REDRAW, 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, lootTableKey, 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 abstract com.mojang.serialization.MapCodec
<? extends ConnectingBlock> getCodec()
protected int
getConnectionMask
(BlockState state) protected VoxelShape
getOutlineShape
(BlockState state, BlockView world, BlockPos pos, ShapeContext context) protected 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, getStateFromRawId, getStateManager, getStateWithProperties, getTranslationKey, getVelocityMultiplier, hasDynamicBounds, 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, createCodec, createScreenHandlerFactory, createSettingsCodec, emitsRedstonePower, getAmbientOcclusionLightLevel, getCameraCollisionShape, getCollisionShape, getComparatorOutput, getCullingShape, getDefaultMapColor, getDroppedStacks, getFluidState, getHardness, getLootTableKey, getMaxHorizontalModelOffset, getOpacity, getRaycastShape, getRenderingSeed, getRenderType, getRequiredFeatures, getSettings, getSidesShape, getSoundGroup, getStateForNeighborUpdate, getStrongRedstonePower, getVerticalModelOffsetMultiplier, getWeakRedstonePower, hasComparatorOutput, hasRandomTicks, hasSidedTransparency, isCullingShapeFullCube, isShapeFullCube, isSideInvisible, mirror, neighborUpdate, onBlockAdded, onBlockBreakStart, onEntityCollision, onExploded, onProjectileHit, onStacksDropped, onStateReplaced, onSyncedBlockEvent, onUse, onUseWithItem, 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 named FACINGS
Lnet/minecraft/block/ConnectingBlock;FACINGS:[Lnet/minecraft/util/math/Direction;
intermediary field_11334
Lnet/minecraft/class_2429;field_11334:[Lnet/minecraft/class_2350;
official a
Ldkp;a:[Lje;
-
NORTH
- Mappings:
Namespace Name Mixin selector named NORTH
Lnet/minecraft/block/ConnectingBlock;NORTH:Lnet/minecraft/state/property/BooleanProperty;
intermediary field_11332
Lnet/minecraft/class_2429;field_11332:Lnet/minecraft/class_2746;
official b
Ldkp;b:Ldsv;
-
EAST
- Mappings:
Namespace Name Mixin selector named EAST
Lnet/minecraft/block/ConnectingBlock;EAST:Lnet/minecraft/state/property/BooleanProperty;
intermediary field_11335
Lnet/minecraft/class_2429;field_11335:Lnet/minecraft/class_2746;
official c
Ldkp;c:Ldsv;
-
SOUTH
- Mappings:
Namespace Name Mixin selector named SOUTH
Lnet/minecraft/block/ConnectingBlock;SOUTH:Lnet/minecraft/state/property/BooleanProperty;
intermediary field_11331
Lnet/minecraft/class_2429;field_11331:Lnet/minecraft/class_2746;
official d
Ldkp;d:Ldsv;
-
WEST
- Mappings:
Namespace Name Mixin selector named WEST
Lnet/minecraft/block/ConnectingBlock;WEST:Lnet/minecraft/state/property/BooleanProperty;
intermediary field_11328
Lnet/minecraft/class_2429;field_11328:Lnet/minecraft/class_2746;
official e
Ldkp;e:Ldsv;
-
UP
- Mappings:
Namespace Name Mixin selector named UP
Lnet/minecraft/block/ConnectingBlock;UP:Lnet/minecraft/state/property/BooleanProperty;
intermediary field_11327
Lnet/minecraft/class_2429;field_11327:Lnet/minecraft/class_2746;
official f
Ldkp;f:Ldsv;
-
DOWN
- Mappings:
Namespace Name Mixin selector named DOWN
Lnet/minecraft/block/ConnectingBlock;DOWN:Lnet/minecraft/state/property/BooleanProperty;
intermediary field_11330
Lnet/minecraft/class_2429;field_11330:Lnet/minecraft/class_2746;
official g
Ldkp;g:Ldsv;
-
FACING_PROPERTIES
- Mappings:
Namespace Name Mixin selector named FACING_PROPERTIES
Lnet/minecraft/block/ConnectingBlock;FACING_PROPERTIES:Ljava/util/Map;
intermediary field_11329
Lnet/minecraft/class_2429;field_11329:Ljava/util/Map;
official h
Ldkp;h:Ljava/util/Map;
-
facingsToShape
- Mappings:
Namespace Name Mixin selector named facingsToShape
Lnet/minecraft/block/ConnectingBlock;facingsToShape:[Lnet/minecraft/util/shape/VoxelShape;
intermediary field_11333
Lnet/minecraft/class_2429;field_11333:[Lnet/minecraft/class_265;
official i
Ldkp;i:[Lewm;
-
-
Constructor Details
-
ConnectingBlock
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/block/ConnectingBlock;<init>(FLnet/minecraft/block/AbstractBlock$Settings;)V
intermediary <init>
Lnet/minecraft/class_2429;<init>(FLnet/minecraft/class_4970$class_2251;)V
official <init>
Ldkp;<init>(FLdsd$d;)V
-
-
Method Details
-
getCodec
- Overrides:
getCodec
in classBlock
- Mappings:
Namespace Name Mixin selector named getCodec
Lnet/minecraft/block/AbstractBlock;getCodec()Lcom/mojang/serialization/MapCodec;
intermediary method_53969
Lnet/minecraft/class_4970;method_53969()Lcom/mojang/serialization/MapCodec;
official a
Ldsd;a()Lcom/mojang/serialization/MapCodec;
-
generateFacingsToShapeMap
- Mappings:
Namespace Name Mixin selector named generateFacingsToShapeMap
Lnet/minecraft/block/ConnectingBlock;generateFacingsToShapeMap(F)[Lnet/minecraft/util/shape/VoxelShape;
intermediary method_10370
Lnet/minecraft/class_2429;method_10370(F)[Lnet/minecraft/class_265;
official a
Ldkp;a(F)[Lewm;
-
isTransparent
- Overrides:
isTransparent
in classAbstractBlock
- Mappings:
Namespace Name Mixin selector named isTransparent
Lnet/minecraft/block/AbstractBlock;isTransparent(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Z
intermediary method_9579
Lnet/minecraft/class_4970;method_9579(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Z
official a_
Ldsd;a_(Ldse;Ldbg;Liz;)Z
-
getOutlineShape
protected VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context) - Overrides:
getOutlineShape
in classAbstractBlock
- See Also:
- Mappings:
Namespace Name Mixin selector 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;
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;
official a
Ldsd;a(Ldse;Ldbg;Liz;Levy;)Lewm;
-
getConnectionMask
- Mappings:
Namespace Name Mixin selector named getConnectionMask
Lnet/minecraft/block/ConnectingBlock;getConnectionMask(Lnet/minecraft/block/BlockState;)I
intermediary method_10368
Lnet/minecraft/class_2429;method_10368(Lnet/minecraft/class_2680;)I
official m
Ldkp;m(Ldse;)I
-