Package net.minecraft.block
Class FireBlock
java.lang.Object
net.minecraft.block.AbstractBlock
net.minecraft.block.Block
net.minecraft.block.AbstractFireBlock
net.minecraft.block.FireBlock
- All Implemented Interfaces:
ItemConvertible
public class FireBlock extends AbstractFireBlock
- Mappings:
Namespace Name official bzi
intermediary net/minecraft/class_2358
named net/minecraft/block/FireBlock
-
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.OffsetType, AbstractBlock.Settings, AbstractBlock.TypedContextPredicate<A>
-
Field Summary
Fields Modifier and Type Field Description static IntProperty
AGE
private Object2IntMap<Block>
burnChances
private static Map<Direction,BooleanProperty>
DIRECTION_PROPERTIES
static BooleanProperty
EAST
private static VoxelShape
EAST_SHAPE
static BooleanProperty
NORTH
private static VoxelShape
NORTH_SHAPE
private Map<BlockState,VoxelShape>
shapesByState
static BooleanProperty
SOUTH
private static VoxelShape
SOUTH_SHAPE
private Object2IntMap<Block>
spreadChances
static BooleanProperty
UP
private static VoxelShape
UP_SHAPE
static BooleanProperty
WEST
private static VoxelShape
WEST_SHAPE
Fields inherited from class net.minecraft.block.AbstractFireBlock
BASE_SHAPE
Fields inherited from class net.minecraft.block.Block
LOGGER, STATE_IDS, stateManager
Fields inherited from class net.minecraft.block.AbstractBlock
collidable, DIRECTIONS, dynamicBounds, jumpVelocityMultiplier, lootTableId, material, randomTicks, resistance, settings, slipperiness, soundGroup, velocityMultiplier
-
Constructor Summary
Constructors Constructor Description FireBlock(AbstractBlock.Settings settings)
-
Method Summary
Modifier and Type Method Description protected void
appendProperties(StateManager.Builder<Block,BlockState> builder)
private boolean
areBlocksAroundFlammable(BlockView world, BlockPos pos)
boolean
canPlaceAt(BlockState state, WorldView world, BlockPos pos)
private int
getBurnChance(BlockState state)
private int
getBurnChance(WorldView world, BlockPos pos)
private static int
getFireTickDelay(Random random)
VoxelShape
getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
BlockState
getPlacementState(ItemPlacementContext ctx)
private static VoxelShape
getShapeForState(BlockState state)
private int
getSpreadChance(BlockState state)
BlockState
getStateForNeighborUpdate(BlockState state, Direction direction, BlockState neighborState, WorldAccess world, BlockPos pos, BlockPos neighborPos)
Gets the possibly updated block state of this block when a neighboring block is updated.protected BlockState
getStateForPosition(BlockView world, BlockPos pos)
private BlockState
getStateWithAge(WorldAccess world, BlockPos pos, int age)
protected boolean
isFlammable(BlockState state)
protected boolean
isRainingAround(World world, BlockPos pos)
void
onBlockAdded(BlockState state, World world, BlockPos pos, BlockState oldState, boolean notify)
static void
registerDefaultFlammables()
private void
registerFlammableBlock(Block block, int burnChance, int spreadChance)
void
scheduledTick(BlockState state, ServerWorld world, BlockPos pos, Random random)
private void
trySpreadingFire(World world, BlockPos pos, int spreadFactor, Random rand, int currentAge)
Methods inherited from class net.minecraft.block.AbstractFireBlock
canPlaceAt, getState, method_33614, onBreak, onEntityCollision, randomDisplayTick
Methods inherited from class net.minecraft.block.Block
addStacksForDisplay, afterBreak, appendTooltip, asBlock, asItem, canMobSpawnInside, cannotConnect, createCuboidShape, dropExperience, dropStack, dropStacks, dropStacks, dropStacks, getBlastResistance, getBlockFromItem, getDefaultState, getDroppedStacks, getDroppedStacks, getJumpVelocityMultiplier, getName, getPickStack, getRawIdFromState, getShapesForStates, getSlipperiness, getSoundGroup, getStateFromRawId, getStateManager, getTranslationKey, getVelocityMultiplier, hasDynamicBounds, hasRandomTicks, hasTopRim, isFaceFullSquare, isShapeFullCube, isTranslucent, onBroken, onDestroyedByExplosion, onEntityLand, onLandedUpon, onPlaced, onSteppedOn, postProcessState, precipitationTick, pushEntitiesUpBeforeBlockChange, replace, replace, setDefaultState, shouldDrawSide, shouldDropItemsOnExplosion, sideCoversSmallSquare, toString
Methods inherited from class net.minecraft.block.AbstractBlock
calcBlockBreakingDelta, canBucketPlace, canPathfindThrough, canReplace, createScreenHandlerFactory, emitsRedstonePower, getAmbientOcclusionLightLevel, getCollisionShape, getComparatorOutput, getCullingShape, getDefaultMapColor, getDroppedStacks, getFluidState, getLootTableId, getMaxModelOffset, getOffsetType, getOpacity, getPistonBehavior, getRaycastShape, getRenderingSeed, getRenderType, getSidesShape, getStrongRedstonePower, getVisualShape, getWeakRedstonePower, hasComparatorOutput, hasSidedTransparency, isSideInvisible, mirror, neighborUpdate, onBlockBreakStart, onProjectileHit, onStacksDropped, onStateReplaced, onSyncedBlockEvent, onUse, prepare, randomTick, rotate
-
Field Details
-
AGE
- Mappings:
Namespace Name Mixin selector official b
Lbzi;b:Lcit;
intermediary field_11092
Lnet/minecraft/class_2358;field_11092:Lnet/minecraft/class_2758;
named AGE
Lnet/minecraft/block/FireBlock;AGE:Lnet/minecraft/state/property/IntProperty;
-
NORTH
- Mappings:
Namespace Name Mixin selector official c
Lbzi;c:Lcik;
intermediary field_11096
Lnet/minecraft/class_2358;field_11096:Lnet/minecraft/class_2746;
named NORTH
Lnet/minecraft/block/FireBlock;NORTH:Lnet/minecraft/state/property/BooleanProperty;
-
EAST
- Mappings:
Namespace Name Mixin selector official d
Lbzi;d:Lcik;
intermediary field_11094
Lnet/minecraft/class_2358;field_11094:Lnet/minecraft/class_2746;
named EAST
Lnet/minecraft/block/FireBlock;EAST:Lnet/minecraft/state/property/BooleanProperty;
-
SOUTH
- Mappings:
Namespace Name Mixin selector official e
Lbzi;e:Lcik;
intermediary field_11089
Lnet/minecraft/class_2358;field_11089:Lnet/minecraft/class_2746;
named SOUTH
Lnet/minecraft/block/FireBlock;SOUTH:Lnet/minecraft/state/property/BooleanProperty;
-
WEST
- Mappings:
Namespace Name Mixin selector official f
Lbzi;f:Lcik;
intermediary field_11088
Lnet/minecraft/class_2358;field_11088:Lnet/minecraft/class_2746;
named WEST
Lnet/minecraft/block/FireBlock;WEST:Lnet/minecraft/state/property/BooleanProperty;
-
UP
- Mappings:
Namespace Name Mixin selector official g
Lbzi;g:Lcik;
intermediary field_11093
Lnet/minecraft/class_2358;field_11093:Lnet/minecraft/class_2746;
named UP
Lnet/minecraft/block/FireBlock;UP:Lnet/minecraft/state/property/BooleanProperty;
-
DIRECTION_PROPERTIES
- Mappings:
Namespace Name Mixin selector official h
Lbzi;h:Ljava/util/Map;
intermediary field_11090
Lnet/minecraft/class_2358;field_11090:Ljava/util/Map;
named DIRECTION_PROPERTIES
Lnet/minecraft/block/FireBlock;DIRECTION_PROPERTIES:Ljava/util/Map;
-
UP_SHAPE
- Mappings:
Namespace Name Mixin selector official i
Lbzi;i:Ldjn;
intermediary field_26653
Lnet/minecraft/class_2358;field_26653:Lnet/minecraft/class_265;
named UP_SHAPE
Lnet/minecraft/block/FireBlock;UP_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
WEST_SHAPE
- Mappings:
Namespace Name Mixin selector official j
Lbzi;j:Ldjn;
intermediary field_26654
Lnet/minecraft/class_2358;field_26654:Lnet/minecraft/class_265;
named WEST_SHAPE
Lnet/minecraft/block/FireBlock;WEST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
EAST_SHAPE
- Mappings:
Namespace Name Mixin selector official k
Lbzi;k:Ldjn;
intermediary field_26655
Lnet/minecraft/class_2358;field_26655:Lnet/minecraft/class_265;
named EAST_SHAPE
Lnet/minecraft/block/FireBlock;EAST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
NORTH_SHAPE
- Mappings:
Namespace Name Mixin selector official o
Lbzi;o:Ldjn;
intermediary field_26656
Lnet/minecraft/class_2358;field_26656:Lnet/minecraft/class_265;
named NORTH_SHAPE
Lnet/minecraft/block/FireBlock;NORTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
SOUTH_SHAPE
- Mappings:
Namespace Name Mixin selector official p
Lbzi;p:Ldjn;
intermediary field_26657
Lnet/minecraft/class_2358;field_26657:Lnet/minecraft/class_265;
named SOUTH_SHAPE
Lnet/minecraft/block/FireBlock;SOUTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
shapesByState
- Mappings:
Namespace Name Mixin selector official q
Lbzi;q:Ljava/util/Map;
intermediary field_26658
Lnet/minecraft/class_2358;field_26658:Ljava/util/Map;
named shapesByState
Lnet/minecraft/block/FireBlock;shapesByState:Ljava/util/Map;
-
burnChances
- Mappings:
Namespace Name Mixin selector official r
Lbzi;r:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
intermediary field_11095
Lnet/minecraft/class_2358;field_11095:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
named burnChances
Lnet/minecraft/block/FireBlock;burnChances:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
-
spreadChances
- Mappings:
Namespace Name Mixin selector official s
Lbzi;s:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
intermediary field_11091
Lnet/minecraft/class_2358;field_11091:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
named spreadChances
Lnet/minecraft/block/FireBlock;spreadChances:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
-
-
Constructor Details
-
FireBlock
- Mappings:
Namespace Name Mixin selector official <init>
Lchs;<init>(Lchs$c;)V
intermediary <init>
Lnet/minecraft/class_4970;<init>(Lnet/minecraft/class_4970$class_2251;)V
named <init>
Lnet/minecraft/block/AbstractBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;)V
-
-
Method Details
-
getShapeForState
- Mappings:
Namespace Name Mixin selector official h
Lbzi;h(Lcht;)Ldjn;
intermediary method_31016
Lnet/minecraft/class_2358;method_31016(Lnet/minecraft/class_2680;)Lnet/minecraft/class_265;
named getShapeForState
Lnet/minecraft/block/FireBlock;getShapeForState(Lnet/minecraft/block/BlockState;)Lnet/minecraft/util/shape/VoxelShape;
-
getStateForNeighborUpdate
public BlockState getStateForNeighborUpdate(BlockState state, Direction direction, BlockState neighborState, WorldAccess world, BlockPos pos, BlockPos neighborPos)Gets the possibly updated block state of this block when a neighboring block is updated.- Overrides:
getStateForNeighborUpdate
in classAbstractBlock
- Parameters:
state
- the state of this blockdirection
- the direction from this block to the neighborneighborState
- the state of the updated neighbor blockworld
- the worldpos
- the position of this blockneighborPos
- the position of the neighbor block- Returns:
- the new state of this block
- Mappings:
Namespace Name Mixin selector official a
Lchs;a(Lcht;Lgc;Lcht;Lbtw;Lfx;Lfx;)Lcht;
intermediary method_9559
Lnet/minecraft/class_4970;method_9559(Lnet/minecraft/class_2680;Lnet/minecraft/class_2350;Lnet/minecraft/class_2680;Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
named getStateForNeighborUpdate
Lnet/minecraft/block/AbstractBlock;getStateForNeighborUpdate(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Direction;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-
getOutlineShape
public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context)- Overrides:
getOutlineShape
in classAbstractFireBlock
- Mappings:
Namespace Name Mixin selector official a
Lchs;a(Lcht;Lbsz;Lfx;Ldiz;)Ldjn;
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;
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;
-
getPlacementState
- Overrides:
getPlacementState
in classAbstractFireBlock
- Mappings:
Namespace Name Mixin selector official a
Lbwu;a(Lbpv;)Lcht;
intermediary method_9605
Lnet/minecraft/class_2248;method_9605(Lnet/minecraft/class_1750;)Lnet/minecraft/class_2680;
named getPlacementState
Lnet/minecraft/block/Block;getPlacementState(Lnet/minecraft/item/ItemPlacementContext;)Lnet/minecraft/block/BlockState;
-
getStateForPosition
- Mappings:
Namespace Name Mixin selector official b
Lbzi;b(Lbsz;Lfx;)Lcht;
intermediary method_10198
Lnet/minecraft/class_2358;method_10198(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
named getStateForPosition
Lnet/minecraft/block/FireBlock;getStateForPosition(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-
canPlaceAt
- Overrides:
canPlaceAt
in classAbstractBlock
- Mappings:
Namespace Name Mixin selector official a
Lchs;a(Lcht;Lbty;Lfx;)Z
intermediary method_9558
Lnet/minecraft/class_4970;method_9558(Lnet/minecraft/class_2680;Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Z
named canPlaceAt
Lnet/minecraft/block/AbstractBlock;canPlaceAt(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z
-
scheduledTick
- Overrides:
scheduledTick
in classAbstractBlock
- Mappings:
Namespace Name Mixin selector official a_
Lchs;a_(Lcht;Laav;Lfx;Ljava/util/Random;)V
intermediary method_9588
Lnet/minecraft/class_4970;method_9588(Lnet/minecraft/class_2680;Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Ljava/util/Random;)V
named scheduledTick
Lnet/minecraft/block/AbstractBlock;scheduledTick(Lnet/minecraft/block/BlockState;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V
-
isRainingAround
- Mappings:
Namespace Name Mixin selector official a
Lbzi;a(Lbtv;Lfx;)Z
intermediary method_10192
Lnet/minecraft/class_2358;method_10192(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Z
named isRainingAround
Lnet/minecraft/block/FireBlock;isRainingAround(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Z
-
getSpreadChance
- Mappings:
Namespace Name Mixin selector official m
Lbzi;m(Lcht;)I
intermediary method_10190
Lnet/minecraft/class_2358;method_10190(Lnet/minecraft/class_2680;)I
named getSpreadChance
Lnet/minecraft/block/FireBlock;getSpreadChance(Lnet/minecraft/block/BlockState;)I
-
getBurnChance
- Mappings:
Namespace Name Mixin selector official n
Lbzi;n(Lcht;)I
intermediary method_10191
Lnet/minecraft/class_2358;method_10191(Lnet/minecraft/class_2680;)I
named getBurnChance
Lnet/minecraft/block/FireBlock;getBurnChance(Lnet/minecraft/block/BlockState;)I
-
trySpreadingFire
private void trySpreadingFire(World world, BlockPos pos, int spreadFactor, Random rand, int currentAge)- Mappings:
Namespace Name Mixin selector official a
Lbzi;a(Lbtv;Lfx;ILjava/util/Random;I)V
intermediary method_10196
Lnet/minecraft/class_2358;method_10196(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;ILjava/util/Random;I)V
named trySpreadingFire
Lnet/minecraft/block/FireBlock;trySpreadingFire(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;ILjava/util/Random;I)V
-
getStateWithAge
- Mappings:
Namespace Name Mixin selector official a
Lbzi;a(Lbtw;Lfx;I)Lcht;
intermediary method_24855
Lnet/minecraft/class_2358;method_24855(Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;I)Lnet/minecraft/class_2680;
named getStateWithAge
Lnet/minecraft/block/FireBlock;getStateWithAge(Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;I)Lnet/minecraft/block/BlockState;
-
areBlocksAroundFlammable
- Mappings:
Namespace Name Mixin selector official d
Lbzi;d(Lbsz;Lfx;)Z
intermediary method_10193
Lnet/minecraft/class_2358;method_10193(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Z
named areBlocksAroundFlammable
Lnet/minecraft/block/FireBlock;areBlocksAroundFlammable(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Z
-
getBurnChance
- Mappings:
Namespace Name Mixin selector official a
Lbzi;a(Lbty;Lfx;)I
intermediary method_10194
Lnet/minecraft/class_2358;method_10194(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)I
named getBurnChance
Lnet/minecraft/block/FireBlock;getBurnChance(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)I
-
isFlammable
- Specified by:
isFlammable
in classAbstractFireBlock
- Mappings:
Namespace Name Mixin selector official f
Lbwi;f(Lcht;)Z
intermediary method_10195
Lnet/minecraft/class_4770;method_10195(Lnet/minecraft/class_2680;)Z
named isFlammable
Lnet/minecraft/block/AbstractFireBlock;isFlammable(Lnet/minecraft/block/BlockState;)Z
-
onBlockAdded
public void onBlockAdded(BlockState state, World world, BlockPos pos, BlockState oldState, boolean notify)- Overrides:
onBlockAdded
in classAbstractFireBlock
- Mappings:
Namespace Name Mixin selector official b
Lchs;b(Lcht;Lbtv;Lfx;Lcht;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
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
-
getFireTickDelay
- Mappings:
Namespace Name Mixin selector official a
Lbzi;a(Ljava/util/Random;)I
intermediary method_26155
Lnet/minecraft/class_2358;method_26155(Ljava/util/Random;)I
named getFireTickDelay
Lnet/minecraft/block/FireBlock;getFireTickDelay(Ljava/util/Random;)I
-
appendProperties
- Overrides:
appendProperties
in classBlock
- Mappings:
Namespace Name Mixin selector official a
Lbwu;a(Lchu$a;)V
intermediary method_9515
Lnet/minecraft/class_2248;method_9515(Lnet/minecraft/class_2689$class_2690;)V
named appendProperties
Lnet/minecraft/block/Block;appendProperties(Lnet/minecraft/state/StateManager$Builder;)V
-
registerFlammableBlock
- Mappings:
Namespace Name Mixin selector official a
Lbzi;a(Lbwu;II)V
intermediary method_10189
Lnet/minecraft/class_2358;method_10189(Lnet/minecraft/class_2248;II)V
named registerFlammableBlock
Lnet/minecraft/block/FireBlock;registerFlammableBlock(Lnet/minecraft/block/Block;II)V
-
registerDefaultFlammables
public static void registerDefaultFlammables()- Mappings:
Namespace Name Mixin selector official c
Lbzi;c()V
intermediary method_10199
Lnet/minecraft/class_2358;method_10199()V
named registerDefaultFlammables
Lnet/minecraft/block/FireBlock;registerDefaultFlammables()V
-