Class AbstractFireBlock

All Implemented Interfaces:
ItemConvertible
Direct Known Subclasses:
FireBlock, SoulFireBlock

public abstract class AbstractFireBlock
extends Block
Mappings:
Namespace Name
official bwi
intermediary net/minecraft/class_4770
named net/minecraft/block/AbstractFireBlock
  • Field Details

    • BASE_SHAPE

      protected static final VoxelShape BASE_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official a Lbwi;a:Ldjn;
      intermediary field_22498 Lnet/minecraft/class_4770;field_22498:Lnet/minecraft/class_265;
      named BASE_SHAPE Lnet/minecraft/block/AbstractFireBlock;BASE_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • damage

      private final float damage
      Mappings:
      Namespace Name Mixin selector
      official b Lbwi;b:F
      intermediary field_22088 Lnet/minecraft/class_4770;field_22088:F
      named damage Lnet/minecraft/block/AbstractFireBlock;damage:F
  • Constructor Details

    • AbstractFireBlock

      public AbstractFireBlock​(AbstractBlock.Settings settings, float damage)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbwi;<init>(Lchs$c;F)V
      intermediary <init> Lnet/minecraft/class_4770;<init>(Lnet/minecraft/class_4970$class_2251;F)V
      named <init> Lnet/minecraft/block/AbstractFireBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;F)V
  • Method Details

    • getPlacementState

      public BlockState getPlacementState​(ItemPlacementContext ctx)
      Overrides:
      getPlacementState in class Block
      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;
    • getState

      public static BlockState getState​(BlockView world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lbwi;a(Lbsz;Lfx;)Lcht;
      intermediary method_24416 Lnet/minecraft/class_4770;method_24416(Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
      named getState Lnet/minecraft/block/AbstractFireBlock;getState(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
    • getOutlineShape

      public VoxelShape getOutlineShape​(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
      Overrides:
      getOutlineShape in class AbstractBlock
      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;
    • randomDisplayTick

      @Environment(CLIENT) public void randomDisplayTick​(BlockState state, World world, BlockPos pos, Random random)
      Overrides:
      randomDisplayTick in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Lbwu;a(Lcht;Lbtv;Lfx;Ljava/util/Random;)V
      intermediary method_9496 Lnet/minecraft/class_2248;method_9496(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Ljava/util/Random;)V
      named randomDisplayTick Lnet/minecraft/block/Block;randomDisplayTick(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)V
    • isFlammable

      protected abstract boolean isFlammable​(BlockState state)
      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
    • onEntityCollision

      public void onEntityCollision​(BlockState state, World world, BlockPos pos, Entity entity)
      Overrides:
      onEntityCollision in class AbstractBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lchs;a(Lcht;Lbtv;Lfx;Laqv;)V
      intermediary method_9548 Lnet/minecraft/class_4970;method_9548(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1297;)V
      named onEntityCollision Lnet/minecraft/block/AbstractBlock;onEntityCollision(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/Entity;)V
    • onBlockAdded

      public void onBlockAdded​(BlockState state, World world, BlockPos pos, BlockState oldState, boolean notify)
      Overrides:
      onBlockAdded in class AbstractBlock
      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
    • isOverworldOrNether

      private static boolean isOverworldOrNether​(World world)
      Mappings:
      Namespace Name Mixin selector
      official a Lbwi;a(Lbtv;)Z
      intermediary method_30366 Lnet/minecraft/class_4770;method_30366(Lnet/minecraft/class_1937;)Z
      named isOverworldOrNether Lnet/minecraft/block/AbstractFireBlock;isOverworldOrNether(Lnet/minecraft/world/World;)Z
    • method_33614

      protected void method_33614​(World world, PlayerEntity playerEntity, BlockPos blockPos, BlockState blockState)
      Overrides:
      method_33614 in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Lbwu;a(Lbtv;Lbhl;Lfx;Lcht;)V
      intermediary method_33614 Lnet/minecraft/class_2248;method_33614(Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
      named method_33614 Lnet/minecraft/block/Block;method_33614(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
    • onBreak

      public void onBreak​(World world, BlockPos pos, BlockState state, PlayerEntity player)
      Overrides:
      onBreak in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Lbwu;a(Lbtv;Lfx;Lcht;Lbhl;)V
      intermediary method_9576 Lnet/minecraft/class_2248;method_9576(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_1657;)V
      named onBreak Lnet/minecraft/block/Block;onBreak(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;)V
    • canPlaceAt

      public static boolean canPlaceAt​(World world, BlockPos pos, Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official a Lbwi;a(Lbtv;Lfx;Lgc;)Z
      intermediary method_30032 Lnet/minecraft/class_4770;method_30032(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z
      named canPlaceAt Lnet/minecraft/block/AbstractFireBlock;canPlaceAt(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)Z
    • shouldLightPortalAt

      private static boolean shouldLightPortalAt​(World world, BlockPos pos, Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official b Lbwi;b(Lbtv;Lfx;Lgc;)Z
      intermediary method_30033 Lnet/minecraft/class_4770;method_30033(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;)Z
      named shouldLightPortalAt Lnet/minecraft/block/AbstractFireBlock;shouldLightPortalAt(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)Z