Class SoulSandBlock

java.lang.Object
net.minecraft.block.Block
net.minecraft.block.SoulSandBlock

public class SoulSandBlock extends Block
Mappings:
Namespace Name
official atx
intermediary net/minecraft/class_145
named net/minecraft/block/SoulSandBlock
  • Field Details

    • field_12758

      protected static final Box field_12758
      Mappings:
      Namespace Name Mixin selector
      official a Latx;a:Lbhb;
      intermediary field_12758 Lnet/minecraft/class_145;field_12758:Lnet/minecraft/class_231;
      named field_12758 Lnet/minecraft/block/SoulSandBlock;field_12758:Lnet/minecraft/util/math/Box;
  • Constructor Details

    • SoulSandBlock

      public SoulSandBlock()
  • Method Details

    • method_8640

      @Nullable public Box method_8640(BlockState blockState, BlockView blockView, BlockPos blockPos)
      Overrides:
      method_8640 in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Laow;a(Lawt;Lamy;Let;)Lbhb;
      intermediary method_8640 Lnet/minecraft/class_197;method_8640(Lnet/minecraft/class_2232;Lnet/minecraft/class_1158;Lnet/minecraft/class_2552;)Lnet/minecraft/class_231;
      named method_8640 Lnet/minecraft/block/Block;method_8640(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/Box;
    • onEntityCollision

      public void onEntityCollision(World world, BlockPos pos, BlockState state, Entity entity)
      Runs every time an entity collides with the block
      Overrides:
      onEntityCollision in class Block
      Parameters:
      world - The world that the block is placed in
      pos - The block's position
      state - The block's BlockState
      entity - The entity that collided with the block
      Mappings:
      Namespace Name Mixin selector
      official a Laow;a(Lamu;Let;Lawt;Lvg;)V
      intermediary method_416 Lnet/minecraft/class_197;method_416(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;Lnet/minecraft/class_2232;Lnet/minecraft/class_864;)V
      named onEntityCollision Lnet/minecraft/block/Block;onEntityCollision(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/Entity;)V