Class FireBlock
- All Implemented Interfaces:
- ItemConvertible,- ToggleableFeature
- Mappings:
- Namespace - Name - named - net/minecraft/block/FireBlock- intermediary - net/minecraft/class_2358- official - dmo
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.block.AbstractBlockAbstractBlock.AbstractBlockState, AbstractBlock.ContextPredicate, AbstractBlock.Offsetter, AbstractBlock.OffsetType, AbstractBlock.Settings, AbstractBlock.TypedContextPredicate<A>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final IntPropertyprivate final Object2IntMap<Block> static final com.mojang.serialization.MapCodec<FireBlock> private static final Map<Direction, BooleanProperty> static final BooleanPropertyprivate static final VoxelShapeprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intstatic final intstatic final BooleanPropertyprivate static final VoxelShapeprivate final Map<BlockState, VoxelShape> static final BooleanPropertyprivate static final VoxelShapeprivate final Object2IntMap<Block> static final BooleanPropertyprivate static final VoxelShapestatic final BooleanPropertyprivate static final VoxelShapeFields inherited from class net.minecraft.block.AbstractFireBlockBASE_SHAPE, BASE_SOUND_VOLUMEFields inherited from class net.minecraft.block.Blockfield_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, SKIP_REDSTONE_WIRE_STATE_REPLACEMENT, STATE_IDS, stateManagerFields inherited from class net.minecraft.block.AbstractBlockcollidable, DIRECTIONS, dynamicBounds, jumpVelocityMultiplier, lootTableKey, randomTicks, requiredFeatures, resistance, settings, slipperiness, soundGroup, translationKey, velocityMultiplierFields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureFEATURE_ENABLED_REGISTRY_KEYS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidappendProperties(StateManager.Builder<Block, BlockState> builder) Appends block state properties to this block.private booleanareBlocksAroundFlammable(BlockView world, BlockPos pos) protected booleancanPlaceAt(BlockState state, WorldView world, BlockPos pos) Returns whether the block can be placed atpos.private intgetBurnChance(BlockState state) private intgetBurnChance(WorldView world, BlockPos pos) com.mojang.serialization.MapCodec<FireBlock> getCodec()private static intgetFireTickDelay(Random random) protected VoxelShapegetOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context) private static VoxelShapegetShapeForState(BlockState state) private intgetSpreadChance(BlockState state) protected BlockStategetStateForNeighborUpdate(BlockState state, WorldView world, ScheduledTickView tickView, BlockPos pos, Direction direction, BlockPos neighborPos, BlockState neighborState, Random random) Returns the state of the block after a neighboring block's state change.protected BlockStategetStateForPosition(BlockView world, BlockPos pos) private BlockStategetStateWithAge(WorldView world, BlockPos pos, int age) protected booleanisFlammable(BlockState state) protected booleanisRainingAround(World world, BlockPos pos) protected voidonBlockAdded(BlockState state, World world, BlockPos pos, BlockState oldState, boolean notify) Called server-side on the new block when the block state is changed.static voidvoidregisterFlammableBlock(Block block, int burnChance, int spreadChance) protected voidscheduledTick(BlockState state, ServerWorld world, BlockPos pos, Random random) Called server-side when a block receives a scheduled tick.private voidtrySpreadingFire(World world, BlockPos pos, int spreadFactor, Random random, int currentAge) Methods inherited from class net.minecraft.block.AbstractFireBlockcanPlaceAt, getState, onBreak, onEntityCollision, randomDisplayTick, spawnBreakParticlesMethods inherited from class net.minecraft.block.BlockafterBreak, appendTooltip, asBlock, asItem, canMobSpawnInside, cannotConnect, createCuboidShape, dropExperience, dropExperienceWhenMined, dropStack, dropStack, dropStacks, dropStacks, dropStacks, getBlastResistance, getBlockFromItem, getDefaultState, getDroppedStacks, getDroppedStacks, getJumpVelocityMultiplier, getName, getRawIdFromState, getRegistryEntry, getShapesForStates, getSlipperiness, getStateFromRawId, getStateManager, getStateWithProperties, getVelocityMultiplier, hasDynamicBounds, hasTopRim, isFaceFullSquare, isShapeFullCube, onBroken, onDestroyedByExplosion, onEntityLand, onLandedUpon, onPlaced, onSteppedOn, postProcessState, precipitationTick, pushEntitiesUpBeforeBlockChange, replace, replace, setDefaultState, shouldDrawSide, shouldDropItemsOnExplosion, sideCoversSmallSquare, toStringMethods inherited from class net.minecraft.block.AbstractBlockcalcBlockBreakingDelta, canBucketPlace, canPathfindThrough, canReplace, createCodec, createScreenHandlerFactory, createSettingsCodec, emitsRedstonePower, getAmbientOcclusionLightLevel, getCameraCollisionShape, getCollisionShape, getComparatorOutput, getCullingShape, getDefaultMapColor, getDroppedStacks, getFluidState, getHardness, getInsideCollisionShape, getLootTableKey, getMaxHorizontalModelOffset, getOpacity, getPickStack, getRaycastShape, getRenderingSeed, getRenderType, getRequiredFeatures, getSettings, getSidesShape, getSoundGroup, getStrongRedstonePower, getTranslationKey, getVerticalModelOffsetMultiplier, getWeakRedstonePower, hasComparatorOutput, hasRandomTicks, hasSidedTransparency, isShapeFullCube, isSideInvisible, isTransparent, mirror, neighborUpdate, onBlockBreakStart, onExploded, onProjectileHit, onStacksDropped, onStateReplaced, onSyncedBlockEvent, onUse, onUseWithItem, prepare, randomTick, rotateMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeatureisEnabled
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/block/FireBlock;CODEC:Lcom/mojang/serialization/MapCodec;- intermediary - field_46352- Lnet/minecraft/class_2358;field_46352:Lcom/mojang/serialization/MapCodec;- official - c- Ldmo;c:Lcom/mojang/serialization/MapCodec;
 
- 
field_31093public static final int field_31093- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_31093- Lnet/minecraft/block/FireBlock;field_31093:I- intermediary - field_31093- Lnet/minecraft/class_2358;field_31093:I- official - d- Ldmo;d:I
 
- 
AGE- Mappings:
- Namespace - Name - Mixin selector - named - AGE- Lnet/minecraft/block/FireBlock;AGE:Lnet/minecraft/state/property/IntProperty;- intermediary - field_11092- Lnet/minecraft/class_2358;field_11092:Lnet/minecraft/class_2758;- official - e- Ldmo;e:Ldxx;
 
- 
NORTH- Mappings:
- Namespace - Name - Mixin selector - named - NORTH- Lnet/minecraft/block/FireBlock;NORTH:Lnet/minecraft/state/property/BooleanProperty;- intermediary - field_11096- Lnet/minecraft/class_2358;field_11096:Lnet/minecraft/class_2746;- official - f- Ldmo;f:Ldxp;
 
- 
EAST- Mappings:
- Namespace - Name - Mixin selector - named - EAST- Lnet/minecraft/block/FireBlock;EAST:Lnet/minecraft/state/property/BooleanProperty;- intermediary - field_11094- Lnet/minecraft/class_2358;field_11094:Lnet/minecraft/class_2746;- official - g- Ldmo;g:Ldxp;
 
- 
SOUTH- Mappings:
- Namespace - Name - Mixin selector - named - SOUTH- Lnet/minecraft/block/FireBlock;SOUTH:Lnet/minecraft/state/property/BooleanProperty;- intermediary - field_11089- Lnet/minecraft/class_2358;field_11089:Lnet/minecraft/class_2746;- official - h- Ldmo;h:Ldxp;
 
- 
WEST- Mappings:
- Namespace - Name - Mixin selector - named - WEST- Lnet/minecraft/block/FireBlock;WEST:Lnet/minecraft/state/property/BooleanProperty;- intermediary - field_11088- Lnet/minecraft/class_2358;field_11088:Lnet/minecraft/class_2746;- official - i- Ldmo;i:Ldxp;
 
- 
UP- Mappings:
- Namespace - Name - Mixin selector - named - UP- Lnet/minecraft/block/FireBlock;UP:Lnet/minecraft/state/property/BooleanProperty;- intermediary - field_11093- Lnet/minecraft/class_2358;field_11093:Lnet/minecraft/class_2746;- official - j- Ldmo;j:Ldxp;
 
- 
DIRECTION_PROPERTIES- Mappings:
- Namespace - Name - Mixin selector - named - DIRECTION_PROPERTIES- Lnet/minecraft/block/FireBlock;DIRECTION_PROPERTIES:Ljava/util/Map;- intermediary - field_11090- Lnet/minecraft/class_2358;field_11090:Ljava/util/Map;- official - k- Ldmo;k:Ljava/util/Map;
 
- 
UP_SHAPE- Mappings:
- Namespace - Name - Mixin selector - named - UP_SHAPE- Lnet/minecraft/block/FireBlock;UP_SHAPE:Lnet/minecraft/util/shape/VoxelShape;- intermediary - field_26653- Lnet/minecraft/class_2358;field_26653:Lnet/minecraft/class_265;- official - l- Ldmo;l:Lfbv;
 
- 
WEST_SHAPE- Mappings:
- Namespace - Name - Mixin selector - named - WEST_SHAPE- Lnet/minecraft/block/FireBlock;WEST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;- intermediary - field_26654- Lnet/minecraft/class_2358;field_26654:Lnet/minecraft/class_265;- official - m- Ldmo;m:Lfbv;
 
- 
EAST_SHAPE- Mappings:
- Namespace - Name - Mixin selector - named - EAST_SHAPE- Lnet/minecraft/block/FireBlock;EAST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;- intermediary - field_26655- Lnet/minecraft/class_2358;field_26655:Lnet/minecraft/class_265;- official - n- Ldmo;n:Lfbv;
 
- 
NORTH_SHAPE- Mappings:
- Namespace - Name - Mixin selector - named - NORTH_SHAPE- Lnet/minecraft/block/FireBlock;NORTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;- intermediary - field_26656- Lnet/minecraft/class_2358;field_26656:Lnet/minecraft/class_265;- official - o- Ldmo;o:Lfbv;
 
- 
SOUTH_SHAPE- Mappings:
- Namespace - Name - Mixin selector - named - SOUTH_SHAPE- Lnet/minecraft/block/FireBlock;SOUTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;- intermediary - field_26657- Lnet/minecraft/class_2358;field_26657:Lnet/minecraft/class_265;- official - G- Ldmo;G:Lfbv;
 
- 
field_31085private static final int field_31085- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_31085- Lnet/minecraft/block/FireBlock;field_31085:I- intermediary - field_31085- Lnet/minecraft/class_2358;field_31085:I- official - I- Ldmo;I:I
 
- 
field_31086private static final int field_31086- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_31086- Lnet/minecraft/block/FireBlock;field_31086:I- intermediary - field_31086- Lnet/minecraft/class_2358;field_31086:I- official - J- Ldmo;J:I
 
- 
field_31087private static final int field_31087- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_31087- Lnet/minecraft/block/FireBlock;field_31087:I- intermediary - field_31087- Lnet/minecraft/class_2358;field_31087:I- official - K- Ldmo;K:I
 
- 
field_31088private static final int field_31088- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_31088- Lnet/minecraft/block/FireBlock;field_31088:I- intermediary - field_31088- Lnet/minecraft/class_2358;field_31088:I- official - L- Ldmo;L:I
 
- 
field_31089private static final int field_31089- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_31089- Lnet/minecraft/block/FireBlock;field_31089:I- intermediary - field_31089- Lnet/minecraft/class_2358;field_31089:I- official - M- Ldmo;M:I
 
- 
field_31090private static final int field_31090- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_31090- Lnet/minecraft/block/FireBlock;field_31090:I- intermediary - field_31090- Lnet/minecraft/class_2358;field_31090:I- official - N- Ldmo;N:I
 
- 
field_31091private static final int field_31091- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_31091- Lnet/minecraft/block/FireBlock;field_31091:I- intermediary - field_31091- Lnet/minecraft/class_2358;field_31091:I- official - O- Ldmo;O:I
 
- 
field_31092private static final int field_31092- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_31092- Lnet/minecraft/block/FireBlock;field_31092:I- intermediary - field_31092- Lnet/minecraft/class_2358;field_31092:I- official - P- Ldmo;P:I
 
- 
shapesByState- Mappings:
- Namespace - Name - Mixin selector - named - shapesByState- Lnet/minecraft/block/FireBlock;shapesByState:Ljava/util/Map;- intermediary - field_26658- Lnet/minecraft/class_2358;field_26658:Ljava/util/Map;- official - H- Ldmo;H:Ljava/util/Map;
 
- 
burnChances- Mappings:
- Namespace - Name - Mixin selector - named - burnChances- Lnet/minecraft/block/FireBlock;burnChances:Lit/unimi/dsi/fastutil/objects/Object2IntMap;- intermediary - field_11095- Lnet/minecraft/class_2358;field_11095:Lit/unimi/dsi/fastutil/objects/Object2IntMap;- official - Q- Ldmo;Q:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
 
- 
spreadChances- Mappings:
- Namespace - Name - Mixin selector - named - spreadChances- Lnet/minecraft/block/FireBlock;spreadChances:Lit/unimi/dsi/fastutil/objects/Object2IntMap;- intermediary - field_11091- Lnet/minecraft/class_2358;field_11091:Lit/unimi/dsi/fastutil/objects/Object2IntMap;- official - R- Ldmo;R:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
 
 
- 
- 
Constructor Details- 
FireBlock- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/block/AbstractBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;)V- intermediary - <init>- Lnet/minecraft/class_4970;<init>(Lnet/minecraft/class_4970$class_2251;)V- official - <init>- Ldwx;<init>(Ldwx$d;)V
 
 
- 
- 
Method Details- 
getCodec- Specified by:
- getCodecin class- AbstractFireBlock
- 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- Ldwx;a()Lcom/mojang/serialization/MapCodec;
 
- 
getShapeForState- Mappings:
- Namespace - Name - Mixin selector - named - getShapeForState- Lnet/minecraft/block/FireBlock;getShapeForState(Lnet/minecraft/block/BlockState;)Lnet/minecraft/util/shape/VoxelShape;- intermediary - method_31016- Lnet/minecraft/class_2358;method_31016(Lnet/minecraft/class_2680;)Lnet/minecraft/class_265;- official - o- Ldmo;o(Ldwy;)Lfbv;
 
- 
getStateForNeighborUpdateprotected BlockState getStateForNeighborUpdate(BlockState state, WorldView world, ScheduledTickView tickView, BlockPos pos, Direction direction, BlockPos neighborPos, BlockState neighborState, Random random) Returns the state of the block after a neighboring block's state change.Returning Blocks.AIRbreaks the block. This is useful to implement supporting block requirement for blocks (if used along withcanPlaceAt(net.minecraft.block.BlockState, net.minecraft.world.WorldView, net.minecraft.util.math.BlockPos)).Side effects like activating a redstone component (but not scheduling a tick) should be performed in AbstractBlock.neighborUpdate(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.Block, net.minecraft.world.block.WireOrientation, boolean)instead. If the block supports waterlogging and currently has water, this method should be overridden to tick the fluid at the block's position.This method is called on both the logical client and logical server, so take caution when overriding this method. The logical side can be checked using World.isClient. This is not called ifBlock.FORCE_STATEflag is set in thesetBlockStatecall.This method can be used for multiple purposes. Here are some examples: - FenceBlockuses it to update the fence's connection when a horizontally neighboring block's state is changed.
- PlantBlockuses it to break the plant if the state change causes it to lose its supporting block.
- DoorBlockuses it to copy the state of the other half of the door.
- SlabBlockuses it to schedule the fluid to tick if waterlogged.
- SoulSandBlockuses it to schedule the water block above to tick so that it becomes a bubble column.
- FallingBlockuses it to schedule the block to tick so that it can fall if needed.
 - Overrides:
- getStateForNeighborUpdatein class- AbstractBlock
- Parameters:
- state- the state of this block
- world- the world
- pos- the position of this block
- direction- the direction from this block to the neighbor
- neighborPos- the position of the neighbor block
- neighborState- the state of the updated neighbor block
- Returns:
- the state of the block after a neighboring block's state change
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - getStateForNeighborUpdate- Lnet/minecraft/block/AbstractBlock;getStateForNeighborUpdate(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldView;Lnet/minecraft/world/tick/ScheduledTickView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/block/BlockState;- intermediary - method_9559- Lnet/minecraft/class_4970;method_9559(Lnet/minecraft/class_2680;Lnet/minecraft/class_4538;Lnet/minecraft/class_10225;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_5819;)Lnet/minecraft/class_2680;- official - a- Ldwx;a(Ldwy;Ldgm;Ldgy;Lji;Ljn;Lji;Ldwy;Lazh;)Ldwy;
 
- 
getOutlineShapeprotected VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context) - Overrides:
- getOutlineShapein class- AbstractFireBlock
- 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- Ldwx;a(Ldwy;Ldfo;Lji;Lfbg;)Lfbv;
 
- 
getPlacementState- Overrides:
- getPlacementStatein class- AbstractFireBlock
- Mappings:
- Namespace - Name - Mixin selector - named - getPlacementState- Lnet/minecraft/block/Block;getPlacementState(Lnet/minecraft/item/ItemPlacementContext;)Lnet/minecraft/block/BlockState;- intermediary - method_9605- Lnet/minecraft/class_2248;method_9605(Lnet/minecraft/class_1750;)Lnet/minecraft/class_2680;- official - a- Ldjn;a(Ldah;)Ldwy;
 
- 
getStateForPosition- Mappings:
- Namespace - Name - Mixin selector - named - getStateForPosition- Lnet/minecraft/block/FireBlock;getStateForPosition(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;- intermediary - method_10198- Lnet/minecraft/class_2358;method_10198(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;- official - b- Ldmo;b(Ldfo;Lji;)Ldwy;
 
- 
canPlaceAtReturns whether the block can be placed atpos.Blocks with supporting block requirements should override this method. Note that this should also be checked manually during getStateForNeighborUpdate(net.minecraft.block.BlockState, net.minecraft.world.WorldView, net.minecraft.world.tick.ScheduledTickView, net.minecraft.util.math.BlockPos, net.minecraft.util.math.Direction, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, net.minecraft.util.math.random.Random)in order to break the block that lost its supporting block.This is only checked during the use of block items or by endermen, falling blocks, etc that can place blocks. This does not affect block state changes performed through World.setBlockState(BlockPos, BlockState)call.This method is called on both the logical client and logical server, so take caution when overriding this method. The logical side can be checked using World.isClient.- Overrides:
- canPlaceAtin class- AbstractBlock
- Returns:
- whether the block can be placed at pos
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - canPlaceAt- Lnet/minecraft/block/AbstractBlock;canPlaceAt(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z- intermediary - method_9558- Lnet/minecraft/class_4970;method_9558(Lnet/minecraft/class_2680;Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Z- official - a- Ldwx;a(Ldwy;Ldgm;Lji;)Z
 
- 
scheduledTickCalled server-side when a block receives a scheduled tick. This can be used like a timer. Scheduled ticks are added usingScheduledTickView.scheduleBlockTick(BlockPos, Block, int).Scheduled ticks are often used inside getStateForNeighborUpdate(net.minecraft.block.BlockState, net.minecraft.world.WorldView, net.minecraft.world.tick.ScheduledTickView, net.minecraft.util.math.BlockPos, net.minecraft.util.math.Direction, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, net.minecraft.util.math.random.Random).Here are some examples: - SugarCaneBlockchecks the placement requirement.
- DispenserBlockdispenses its content.
- CommandBlockexecutes its command.
- FrogspawnBlockspawns a tadpole.
- SoulSandBlockupdates a bubble column.
- FallingBlocktries to fall.
 - Overrides:
- scheduledTickin class- AbstractBlock
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - scheduledTick- Lnet/minecraft/block/AbstractBlock;scheduledTick(Lnet/minecraft/block/BlockState;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/random/Random;)V- intermediary - method_9588- Lnet/minecraft/class_4970;method_9588(Lnet/minecraft/class_2680;Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)V- official - a- Ldwx;a(Ldwy;Lard;Lji;Lazh;)V
 
- 
isRainingAround- Mappings:
- Namespace - Name - Mixin selector - named - isRainingAround- Lnet/minecraft/block/FireBlock;isRainingAround(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Z- intermediary - method_10192- Lnet/minecraft/class_2358;method_10192(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Z- official - a- Ldmo;a(Ldgj;Lji;)Z
 
- 
getSpreadChance- Mappings:
- Namespace - Name - Mixin selector - named - getSpreadChance- Lnet/minecraft/block/FireBlock;getSpreadChance(Lnet/minecraft/block/BlockState;)I- intermediary - method_10190- Lnet/minecraft/class_2358;method_10190(Lnet/minecraft/class_2680;)I- official - q- Ldmo;q(Ldwy;)I
 
- 
getBurnChance- Mappings:
- Namespace - Name - Mixin selector - named - getBurnChance- Lnet/minecraft/block/FireBlock;getBurnChance(Lnet/minecraft/block/BlockState;)I- intermediary - method_10191- Lnet/minecraft/class_2358;method_10191(Lnet/minecraft/class_2680;)I- official - r- Ldmo;r(Ldwy;)I
 
- 
trySpreadingFireprivate void trySpreadingFire(World world, BlockPos pos, int spreadFactor, Random random, int currentAge) - Mappings:
- Namespace - Name - Mixin selector - named - trySpreadingFire- Lnet/minecraft/block/FireBlock;trySpreadingFire(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;ILnet/minecraft/util/math/random/Random;I)V- intermediary - method_10196- Lnet/minecraft/class_2358;method_10196(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;ILnet/minecraft/class_5819;I)V- official - a- Ldmo;a(Ldgj;Lji;ILazh;I)V
 
- 
getStateWithAge- Mappings:
- Namespace - Name - Mixin selector - named - getStateWithAge- Lnet/minecraft/block/FireBlock;getStateWithAge(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;I)Lnet/minecraft/block/BlockState;- intermediary - method_24855- Lnet/minecraft/class_2358;method_24855(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;I)Lnet/minecraft/class_2680;- official - a- Ldmo;a(Ldgm;Lji;I)Ldwy;
 
- 
areBlocksAroundFlammable- Mappings:
- Namespace - Name - Mixin selector - named - areBlocksAroundFlammable- Lnet/minecraft/block/FireBlock;areBlocksAroundFlammable(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Z- intermediary - method_10193- Lnet/minecraft/class_2358;method_10193(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Z- official - d- Ldmo;d(Ldfo;Lji;)Z
 
- 
getBurnChance- Mappings:
- Namespace - Name - Mixin selector - named - getBurnChance- Lnet/minecraft/block/FireBlock;getBurnChance(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)I- intermediary - method_10194- Lnet/minecraft/class_2358;method_10194(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)I- official - a- Ldmo;a(Ldgm;Lji;)I
 
- 
isFlammable- Specified by:
- isFlammablein class- AbstractFireBlock
- Mappings:
- Namespace - Name - Mixin selector - named - isFlammable- Lnet/minecraft/block/AbstractFireBlock;isFlammable(Lnet/minecraft/block/BlockState;)Z- intermediary - method_10195- Lnet/minecraft/class_4770;method_10195(Lnet/minecraft/class_2680;)Z- official - g- Ldja;g(Ldwy;)Z
 
- 
onBlockAddedprotected void onBlockAdded(BlockState state, World world, BlockPos pos, BlockState oldState, boolean notify) Called server-side on the new block when the block state is changed. This includes block placement. When overriding this method,getStateForNeighborUpdate(net.minecraft.block.BlockState, net.minecraft.world.WorldView, net.minecraft.world.tick.ScheduledTickView, net.minecraft.util.math.BlockPos, net.minecraft.util.math.Direction, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, net.minecraft.util.math.random.Random)orAbstractBlock.neighborUpdate(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.Block, net.minecraft.world.block.WireOrientation, boolean)should also be overridden. The method is used in the following cases:- When activating a redstone component on placement (used along with AbstractBlock.neighborUpdate(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.Block, net.minecraft.world.block.WireOrientation, boolean)
- When resetting a position-dependent state (see TargetBlock)
- When converting a block on placement (see WetSpongeBlock)
- When fire lights a portal
 - Overrides:
- onBlockAddedin class- AbstractFireBlock
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - onBlockAdded- Lnet/minecraft/block/AbstractBlock;onBlockAdded(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Z)V- intermediary - method_9615- Lnet/minecraft/class_4970;method_9615(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Z)V- official - b- Ldwx;b(Ldwy;Ldgj;Lji;Ldwy;Z)V
 
- When activating a redstone component on placement (used along with 
- 
getFireTickDelay- Mappings:
- Namespace - Name - Mixin selector - named - getFireTickDelay- Lnet/minecraft/block/FireBlock;getFireTickDelay(Lnet/minecraft/util/math/random/Random;)I- intermediary - method_26155- Lnet/minecraft/class_2358;method_26155(Lnet/minecraft/class_5819;)I- official - a- Ldmo;a(Lazh;)I
 
- 
appendPropertiesAppends block state properties to this block. To use this, override and callStateManager.Builder.add(net.minecraft.state.property.Property<?>[])inside the method. SeePropertiesfor the list of pre-defined properties.- Overrides:
- appendPropertiesin class- Block
- Mappings:
- Namespace - Name - Mixin selector - named - appendProperties- Lnet/minecraft/block/Block;appendProperties(Lnet/minecraft/state/StateManager$Builder;)V- intermediary - method_9515- Lnet/minecraft/class_2248;method_9515(Lnet/minecraft/class_2689$class_2690;)V- official - a- Ldjn;a(Ldwz$a;)V
 
- 
registerFlammableBlock- Mappings:
- Namespace - Name - Mixin selector - named - registerFlammableBlock- Lnet/minecraft/block/FireBlock;registerFlammableBlock(Lnet/minecraft/block/Block;II)V- intermediary - method_10189- Lnet/minecraft/class_2358;method_10189(Lnet/minecraft/class_2248;II)V- official - a- Ldmo;a(Ldjn;II)V
 
- 
registerDefaultFlammablespublic static void registerDefaultFlammables()- Mappings:
- Namespace - Name - Mixin selector - named - registerDefaultFlammables- Lnet/minecraft/block/FireBlock;registerDefaultFlammables()V- intermediary - method_10199- Lnet/minecraft/class_2358;method_10199()V- official - b- Ldmo;b()V
 
 
-