Class SoulSandBlock

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

public class SoulSandBlock extends Block
Mappings:
Namespace Name
official aoo
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 Laoo;a:Lbbf;
      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

    • getCollisionBox

      @Nullable public Box getCollisionBox(BlockState state, World world, BlockPos pos)
      Overrides:
      getCollisionBox in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Lajt;a(Lard;Laht;Lcl;)Lbbf;
      intermediary method_8640 Lnet/minecraft/class_197;method_8640(Lnet/minecraft/class_2232;Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;)Lnet/minecraft/class_231;
      named getCollisionBox Lnet/minecraft/block/Block;getCollisionBox(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;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 Lajt;a(Laht;Lcl;Lard;Lrr;)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