net.minecraft.world.level.block

public class VineBlock

extends Block

All mapped superinterfaces:

FeatureElement, ItemLike

dxb
net.minecraft.world.level.block.VineBlock
net.minecraft.class_2541
net.minecraft.block.VineBlock
net.minecraft.world.level.block.BlockVine

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<VineBlock>
a
CODEC
field_46485
CODEC
public static final BooleanProperty
b
UP
field_11703
UP
public static final BooleanProperty
c
NORTH
field_11706
NORTH
public static final BooleanProperty
d
EAST
field_11702
EAST
public static final BooleanProperty
e
SOUTH
field_11699
SOUTH
public static final BooleanProperty
f
WEST
field_11696
WEST
public static final Map<Direction, BooleanProperty>
g
PROPERTY_BY_DIRECTION
field_11697
FACING_PROPERTIES
private final Function<BlockState, VoxelShape>
h
shapes
field_55811
shapeFunction

Constructor summary

ModifierConstructor
public (BlockBehaviour$Properties arg0)

Method summary

Modifier and TypeMethod
public com.mojang.serialization.MapCodec<VineBlock>
a()
codec()
method_53969()
getCodec()
private Function<BlockState, VoxelShape>
b()
makeShapes()
method_66471()
createShapeFunction()
protected VoxelShape
a(ebq arg0, djn arg1, iw arg2, fgh arg3)
getShape(BlockState arg0, BlockGetter arg1, BlockPos arg2, CollisionContext arg3)
method_9530(class_2680 arg0, class_1922 arg1, class_2338 arg2, class_3726 arg3)
getOutlineShape(BlockState arg0, BlockView arg1, BlockPos arg2, ShapeContext arg3)
protected boolean
e_(ebq arg0)
propagatesSkylightDown(BlockState arg0)
method_9579(class_2680 arg0)
isTransparent(BlockState arg0)
protected boolean
a(ebq arg0, dkm arg1, iw arg2)
canSurvive(BlockState arg0, LevelReader arg1, BlockPos arg2)
method_9558(class_2680 arg0, class_4538 arg1, class_2338 arg2)
canPlaceAt(BlockState arg0, WorldView arg1, BlockPos arg2)
private boolean
o(ebq arg0)
hasFaces(BlockState arg0)
method_10823(class_2680 arg0)
hasAdjacentBlocks(BlockState state)
private int
q(ebq arg0)
countFaces(BlockState arg0)
method_10822(class_2680 arg0)
getAdjacentBlockCount(BlockState state)
private boolean
b(djn arg0, iw arg1, jc arg2)
canSupportAtFace(BlockGetter arg0, BlockPos arg1, Direction arg2)
method_10829(class_1922 arg0, class_2338 arg1, class_2350 arg2)
shouldHaveSide(BlockView world, BlockPos pos, Direction side)
public static boolean
a(djn arg0, iw arg1, jc arg2)
isAcceptableNeighbour(BlockGetter arg0, BlockPos arg1, Direction arg2)
method_10821(class_1922 arg0, class_2338 arg1, class_2350 arg2)
shouldConnectTo(BlockView world, BlockPos pos, Direction direction)
private BlockState
e(ebq arg0, djn arg1, iw arg2)
getUpdatedState(BlockState arg0, BlockGetter arg1, BlockPos arg2)
method_10827(class_2680 arg0, class_1922 arg1, class_2338 arg2)
getPlacementShape(BlockState state, BlockView world, BlockPos pos)
protected BlockState
a(ebq arg0, dkm arg1, dky arg2, iw arg3, jc arg4, iw arg5, ebq arg6, bai arg7)
updateShape(BlockState arg0, LevelReader arg1, ScheduledTickAccess arg2, BlockPos arg3, Direction arg4, BlockPos arg5, BlockState arg6, RandomSource arg7)
method_9559(class_2680 arg0, class_4538 arg1, class_10225 arg2, class_2338 arg3, class_2350 arg4, class_2338 arg5, class_2680 arg6, class_5819 arg7)
getStateForNeighborUpdate(BlockState arg0, WorldView arg1, ScheduledTickView arg2, BlockPos arg3, Direction arg4, BlockPos arg5, BlockState arg6, Random arg7)
protected void
b(ebq arg0, asb arg1, iw arg2, bai arg3)
randomTick(BlockState arg0, ServerLevel arg1, BlockPos arg2, RandomSource arg3)
method_9514(class_2680 arg0, class_3218 arg1, class_2338 arg2, class_5819 arg3)
randomTick(BlockState arg0, ServerWorld arg1, BlockPos arg2, Random arg3)
private BlockState
a(ebq arg0, ebq arg1, bai arg2)
copyRandomFaces(BlockState arg0, BlockState arg1, RandomSource arg2)
method_10820(class_2680 arg0, class_2680 arg1, class_5819 arg2)
getGrownState(BlockState above, BlockState state, Random random)
private boolean
r(ebq arg0)
hasHorizontalConnection(BlockState arg0)
method_10830(class_2680 arg0)
hasHorizontalSide(BlockState state)
private boolean
a(djn arg0, iw arg1)
canSpread(BlockGetter arg0, BlockPos arg1)
method_10824(class_1922 arg0, class_2338 arg1)
canGrowAt(BlockView world, BlockPos pos)
protected boolean
a(ebq arg0, ded arg1)
canBeReplaced(BlockState arg0, BlockPlaceContext arg1)
method_9616(class_2680 arg0, class_1750 arg1)
canReplace(BlockState arg0, ItemPlacementContext arg1)
public BlockState
a(ded arg0)
getStateForPlacement(BlockPlaceContext arg0)
method_9605(class_1750 arg0)
getPlacementState(ItemPlacementContext arg0)
protected void
a(ebr$a<dno, ebq> arg0)
createBlockStateDefinition(StateDefinition$Builder<Block, BlockState> arg0)
method_9515(class_2689$class_2690<class_2248, class_2680> arg0)
appendProperties(StateManager$Builder<Block, BlockState> arg0)
protected BlockState
a(ebq arg0, dui arg1)
rotate(BlockState arg0, Rotation arg1)
method_9598(class_2680 arg0, class_2470 arg1)
rotate(BlockState arg0, BlockRotation arg1)
protected BlockState
a(ebq arg0, dsr arg1)
mirror(BlockState arg0, Mirror arg1)
method_9569(class_2680 arg0, class_2415 arg1)
mirror(BlockState arg0, BlockMirror arg1)
public static BooleanProperty
a(jc arg0)
getPropertyForFace(Direction arg0)
method_10828(class_2350 arg0)
getFacingProperty(Direction direction)