Class SculkCatalystBlockEntity

java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.SculkCatalystBlockEntity
All Implemented Interfaces:
GameEventListener.Holder<SculkCatalystBlockEntity.Listener>

public class SculkCatalystBlockEntity extends BlockEntity implements GameEventListener.Holder<SculkCatalystBlockEntity.Listener>
Mappings:
Namespace Name
official dia
intermediary net/minecraft/class_7132
named net/minecraft/block/entity/SculkCatalystBlockEntity
  • Field Details

    • eventListener

      private final SculkCatalystBlockEntity.Listener eventListener
      Mappings:
      Namespace Name Mixin selector
      official a Ldia;a:Ldia$a;
      intermediary field_44610 Lnet/minecraft/class_7132;field_44610:Lnet/minecraft/class_7132$class_8510;
      named eventListener Lnet/minecraft/block/entity/SculkCatalystBlockEntity;eventListener:Lnet/minecraft/block/entity/SculkCatalystBlockEntity$Listener;
  • Constructor Details

    • SculkCatalystBlockEntity

      public SculkCatalystBlockEntity(BlockPos pos, BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldia;<init>(Lhx;Ldjh;)V
      intermediary <init> Lnet/minecraft/class_7132;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
      named <init> Lnet/minecraft/block/entity/SculkCatalystBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
  • Method Details

    • tick

      public static void tick(World world, BlockPos pos, BlockState state, SculkCatalystBlockEntity blockEntity)
      Mappings:
      Namespace Name Mixin selector
      official a Ldia;a(Lctp;Lhx;Ldjh;Ldia;)V
      intermediary method_41517 Lnet/minecraft/class_7132;method_41517(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_7132;)V
      named tick Lnet/minecraft/block/entity/SculkCatalystBlockEntity;tick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/SculkCatalystBlockEntity;)V
    • readNbt

      public void readNbt(NbtCompound nbt)
      Reads data from nbt. Subclasses should override this if they store a persistent data.

      NBT is a storage format; therefore, a data from NBT is loaded to a block entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the block entity.

      nbt might not have all expected keys, or might have a key whose value does not meet the requirement (such as the type or the range). This method should fall back to a reasonable default value instead of throwing an exception.

      Overrides:
      readNbt in class BlockEntity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Ldgv;a(Lsn;)V
      intermediary method_11014 Lnet/minecraft/class_2586;method_11014(Lnet/minecraft/class_2487;)V
      named readNbt Lnet/minecraft/block/entity/BlockEntity;readNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • writeNbt

      protected void writeNbt(NbtCompound nbt)
      Writes data to nbt. Subclasses should override this if they store a persistent data.

      NBT is a storage format; therefore, a data from NBT is loaded to a block entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the block entity.

      Overrides:
      writeNbt in class BlockEntity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Ldgv;b(Lsn;)V
      intermediary method_11007 Lnet/minecraft/class_2586;method_11007(Lnet/minecraft/class_2487;)V
      named writeNbt Lnet/minecraft/block/entity/BlockEntity;writeNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • getEventListener

      public SculkCatalystBlockEntity.Listener getEventListener()
      Specified by:
      getEventListener in interface GameEventListener.Holder<SculkCatalystBlockEntity.Listener>
      Mappings:
      Namespace Name Mixin selector
      official c Ldia;c()Ldia$a;
      intermediary method_51357 Lnet/minecraft/class_7132;method_51357()Lnet/minecraft/class_7132$class_8510;
      named getEventListener Lnet/minecraft/block/entity/SculkCatalystBlockEntity;getEventListener()Lnet/minecraft/block/entity/SculkCatalystBlockEntity$Listener;