net.minecraft.block

public abstract class ConnectingBlock

extends Block

All mapped superinterfaces:

ToggleableFeature, ItemConvertible

net.minecraft.world.level.block.PipeBlock
net.minecraft.class_2429
net.minecraft.block.ConnectingBlock

Field summary

Modifier and TypeField
public static final BooleanProperty
NORTH
field_11332
NORTH
public static final BooleanProperty
EAST
field_11335
EAST
public static final BooleanProperty
SOUTH
field_11331
SOUTH
public static final BooleanProperty
WEST
field_11328
WEST
public static final BooleanProperty
UP
field_11327
UP
public static final BooleanProperty
DOWN
field_11330
DOWN
public static final Map<Direction, BooleanProperty>
PROPERTY_BY_DIRECTION
field_11329
FACING_PROPERTIES
private final Function<BlockState, VoxelShape>
shapes
field_55782
shapeFunction

Constructor summary

ModifierConstructor
protected (float radius, AbstractBlock$Settings settings)

Method summary

Modifier and TypeMethod
protected abstract com.mojang.serialization.MapCodec<? extends ConnectingBlock>
codec()
method_53969()
getCodec()
private Function<BlockState, VoxelShape>
makeShapes(float size)
method_10370(float arg0)
createShapeFunction(float radius)
protected boolean
propagatesSkylightDown(BlockState state)
method_9579(class_2680 arg0)
isTransparent(BlockState arg0)
protected VoxelShape
getShape(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context)
method_9530(class_2680 arg0, class_1922 arg1, class_2338 arg2, class_3726 arg3)
getOutlineShape(BlockState arg0, BlockView arg1, BlockPos arg2, ShapeContext arg3)
private static VoxelShape
lambda$makeShapes$0(VoxelShape arg0, Map arg1, BlockState arg2)
method_66457(class_265 arg0, Map arg1, class_2680 arg2)
method_66457(VoxelShape arg0, Map arg1, BlockState state)