Package vazkii.botania.api.block
Interface PetalApothecary
- All Known Implementing Classes:
PetalApothecaryBlockEntity
public interface PetalApothecary
Base Interface for the Petal Apothecary block entity
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault net.minecraft.world.level.block.entity.BlockEntitygetFluid()Get the contained fluid.voidsetFluid(PetalApothecary.State fluid) Set the contained fluid.
-
Method Details
-
setFluid
Set the contained fluid. -
getFluid
PetalApothecary.State getFluid()Get the contained fluid. -
blockEntity
default net.minecraft.world.level.block.entity.BlockEntity blockEntity()
-