History - net.minecraft.block.SpeleothemBlock

26.3

Names

Fields

Constructors

Methods

com.mojang.serialization.MapCodec<? extends SpeleothemBlock> (): codec, codec, method_53969, getCodec

26.2

Names

net.minecraft.world.level.block.SpeleothemBlock

net.minecraft.world.level.block.SpeleothemBlock

net.minecraft.class_1_805

net.minecraft.block.SpeleothemBlock

Fields

EnumProperty<Direction>: TIP_DIRECTION, TIP_DIRECTION, field_1_5735, DIRECTION

EnumProperty<Thickness>: THICKNESS, THICKNESS, field_1_5734, THICKNESS

BooleanProperty: WATERLOGGED, WATERLOGGED, field_1_5736, WATERLOGGED

int: DELAY_BEFORE_FALLING, DELAY_BEFORE_FALLING, field_1_5719, field_1_5719

double: MIN_TRIDENT_VELOCITY_TO_BREAK_SPELEOTHEM, MIN_TRIDENT_VELOCITY_TO_BREAK_SPELEOTHEM, field_1_5725, field_1_5725

float: STALACTITE_DAMAGE_PER_FALL_DISTANCE_AND_SIZE, STALACTITE_DAMAGE_PER_FALL_DISTANCE_AND_SIZE, field_1_5732, field_1_5732

int: STALACTITE_MAX_DAMAGE, STALACTITE_MAX_DAMAGE, field_1_5733, field_1_5733

int: MAX_STALACTITE_HEIGHT_FOR_DAMAGE_CALCULATION, MAX_STALACTITE_HEIGHT_FOR_DAMAGE_CALCULATION, field_1_5723, field_1_5723

VoxelShape: SHAPE_TIP_MERGE, SHAPE_TIP_MERGE, field_1_5730, TIP_MERGE_SHAPE

VoxelShape: SHAPE_TIP_UP, SHAPE_TIP_UP, field_1_5731, TIP_UP_SHAPE

VoxelShape: SHAPE_TIP_DOWN, SHAPE_TIP_DOWN, field_1_5729, TIP_DOWN_SHAPE

VoxelShape: SHAPE_FRUSTUM, SHAPE_FRUSTUM, field_1_5727, FRUSTUM_SHAPE

VoxelShape: SHAPE_MIDDLE, SHAPE_MIDDLE, field_1_5728, MIDDLE_SHAPE

VoxelShape: SHAPE_BASE, SHAPE_BASE, field_1_5726, BASE_SHAPE

float: MAX_HORIZONTAL_OFFSET, MAX_HORIZONTAL_OFFSET, field_1_5722, MAX_HORIZONTAL_MODEL_OFFSET

float: AVERAGE_DAYS_PER_GROWTH, AVERAGE_DAYS_PER_GROWTH, field_1_5718, field_1_5718

float: GROWTH_PROBABILITY_PER_RANDOM_TICK, GROWTH_PROBABILITY_PER_RANDOM_TICK, field_1_5720, GROWTH_ON_RANDOM_TICK_CHANCE

int: MAX_GROWTH_LENGTH, MAX_GROWTH_LENGTH, field_1_5721, field_1_5721

int: MAX_STALAGMITE_SEARCH_RANGE_WHEN_GROWING, MAX_STALAGMITE_SEARCH_RANGE_WHEN_GROWING, field_1_5724, field_1_5724

BlockState: blockToGrowOn, blockToGrowOn, field_1_5737, growsOn

Constructors

(BlockState, AbstractBlock$Settings)

Methods

com.mojang.serialization.MapCodec<? extends SpeleothemBlock> (): codec, codec, method_53969, getCodec

void (StateManager$Builder<Block, BlockState>): createBlockStateDefinition, createBlockStateDefinition, method_9515, appendProperties

boolean (BlockState, WorldView, BlockPos): canSurvive, canSurvive, method_9558, canPlaceAt

BlockState (BlockState, WorldView, ScheduledTickView, BlockPos, Direction, BlockPos, BlockState, Random): updateShape, updateShape, method_9559, getStateForNeighborUpdate

BlockState (ItemPlacementContext): getStateForPlacement, getStateForPlacement, method_9605, getPlacementState

Direction (WorldView, BlockPos, Direction): calculateTipDirection, calculateTipDirection, method_1_4924, getPlacementDirection

Thickness (WorldView, BlockPos, Direction, boolean): calculateSpeleothemThickness, calculateSpeleothemThickness, method_1_4923, getThickness

boolean (WorldView, BlockPos, Direction): isValidSpeleothemPlacement, isValidSpeleothemPlacement, method_1_4940, canPlaceAt

boolean (BlockState, Direction): isSpeleothemWithDirection, isSpeleothemWithDirection, method_1_4934, isSpeleothemInDirection

void (World, BlockState, BlockHitResult, ProjectileEntity): onProjectileHit, onProjectileHit, method_19286, onProjectileHit

void (BlockState, ServerWorld, BlockPos, Random): tick, tick, method_9588, scheduledTick

void (BlockState, ServerWorld, BlockPos): spawnFallingStalactite, spawnFallingStalactite, method_1_4943, createFallingStalactites

boolean (BlockState): isStalagmite, isStalagmite, method_1_4937, isStalagmite

boolean (BlockState): isStalactite, isStalactite, method_1_4935, isStalactite

boolean (BlockState, boolean): isTip, isTip, method_1_4938, isTip

void (World, BlockPos, FallingBlockEntity): onBrokenAfterFall, onBrokenAfterFall, method_10129, onDestroyedOnLanding

int (): getStalactiteLandingSound, getStalactiteLandingSound, method_1_5205, getWorldEventId

DamageSource (Entity): getFallDamageSource, getFallDamageSource, method_32898, getDamageSource

FluidState (BlockState): getFluidState, getFluidState, method_9545, getFluidState

VoxelShape (BlockState, BlockView, BlockPos, ShapeContext): getShape, getShape, method_9530, getOutlineShape

boolean (BlockState, BlockView, BlockPos): isCollisionShapeFullBlock, isCollisionShapeFullBlock, method_37403, isShapeFullCube

float (): getMaxHorizontalOffset, getMaxHorizontalOffset, method_32913, getMaxHorizontalModelOffset

boolean (BlockState, NavigationType): isPathfindable, isPathfindable, method_9516, canPathfindThrough

void (BlockState, ServerWorld, BlockPos, Random): randomTick, randomTick, method_9514, randomTick

boolean (BlockState, WorldView, BlockPos): isStalactiteStartPos, isStalactiteStartPos, method_1_4936, isStalactiteBase

void (BlockState, ServerWorld, BlockPos, Random): growStalactiteOrStalagmiteIfPossible, growStalactiteOrStalagmiteIfPossible, method_1_4931, tryGrow

boolean (WorldView, BlockPos): canGrow, canGrow, method_36371, canGrow

BlockPos (BlockState, WorldAccess, BlockPos, int, boolean): findTip, findTip, method_1_4929, getTipPos

Optional<BlockPos> (WorldAccess, BlockPos, Direction$AxisDirection, BiPredicate<BlockPos, BlockState>, Predicate<BlockState>, int): findBlockVertical, findBlockVertical, method_1_4928, searchForTip

boolean (BlockState, ServerWorld, BlockPos): canTipGrow, canTipGrow, method_1_4925, canGrowInto

boolean (BlockState, Direction): isUnmergedTipWithDirection, isUnmergedTipWithDirection, method_1_4939, isSpeleothemOfSelf

void (ServerWorld, BlockPos, Direction): grow, grow, method_1_4930, extend

void (WorldAccess, BlockPos, Direction, Thickness): createSpeleothem, createSpeleothem, method_1_4927, place

void (BlockState, WorldAccess, BlockPos): createMergedTips, createMergedTips, method_1_4926, mergeTips

void (ServerWorld, BlockPos): growStalagmiteBelow, growStalagmiteBelow, method_1_4932, growStalagmite

boolean (WorldView, BlockPos, BlockState): blocksStalagmiteScan, blocksStalagmiteScan, method_1_4922, isDrippingObstructed

boolean (BlockState): isFreeHangingStalactite, isFreeHangingStalactite, method_1_4933, isGrowableTip

int (): getMaxGrowthLength, getMaxGrowthLength, method_1_6302, getMaxGrowthLength