Class BlockEntityStorage

java.lang.Object
com.jozufozu.flywheel.impl.visualization.storage.Storage<net.minecraft.world.level.block.entity.BlockEntity>
com.jozufozu.flywheel.impl.visualization.manager.BlockEntityStorage

public class BlockEntityStorage extends Storage<net.minecraft.world.level.block.entity.BlockEntity>
  • Constructor Details

  • Method Details

    • visualAtPos

      @Nullable public @Nullable BlockEntityVisual<?> visualAtPos(long pos)
    • willAccept

      public boolean willAccept(net.minecraft.world.level.block.entity.BlockEntity blockEntity)
      Description copied from class: Storage
      Is the given object currently capable of being added?
      Specified by:
      willAccept in class Storage<net.minecraft.world.level.block.entity.BlockEntity>
      Returns:
      true if the object is currently capable of being visualized.
    • createRaw

      @Nullable protected @Nullable Visual createRaw(net.minecraft.world.level.block.entity.BlockEntity obj)
      Specified by:
      createRaw in class Storage<net.minecraft.world.level.block.entity.BlockEntity>
    • remove

      public void remove(net.minecraft.world.level.block.entity.BlockEntity obj)
      Overrides:
      remove in class Storage<net.minecraft.world.level.block.entity.BlockEntity>