Class ManastarBlockEntity

java.lang.Object
net.minecraft.world.level.block.entity.BlockEntity
vazkii.botania.api.block_entity.SpecialFlowerBlockEntity
vazkii.botania.common.block.flower.ManastarBlockEntity
All Implemented Interfaces:
FloatingFlowerProvider

public class ManastarBlockEntity extends SpecialFlowerBlockEntity
  • Constructor Details

    • ManastarBlockEntity

      public ManastarBlockEntity(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
  • Method Details

    • tickFlower

      public void tickFlower()
      Overrides:
      tickFlower in class SpecialFlowerBlockEntity
    • triggerEvent

      public boolean triggerEvent(int id, int param)
      Overrides:
      triggerEvent in class net.minecraft.world.level.block.entity.BlockEntity
    • getRadius

      public RadiusDescriptor getRadius()
      Description copied from class: SpecialFlowerBlockEntity
      Returns a descriptor for the radius of this sub tile. This is called while a player is looking at the block with a Manaseer Monocle.
      Specified by:
      getRadius in class SpecialFlowerBlockEntity