Interface IFacadeable

All Known Implementing Classes:
FacadeableDefault, FacadeableTileMultipartTicking

public interface IFacadeable
Capability for targets that can hold facades.
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.block.state.BlockState
     
    boolean
     
    void
    setFacade(net.minecraft.world.level.block.state.BlockState blockState)
    Set the new facade
  • Method Details

    • hasFacade

      boolean hasFacade()
      Returns:
      If this container has a facade.
    • getFacade

      net.minecraft.world.level.block.state.BlockState getFacade()
      Returns:
      The blockstate of the facade.
    • setFacade

      void setFacade(@Nullable net.minecraft.world.level.block.state.BlockState blockState)
      Set the new facade
      Parameters:
      blockState - The new facade or null.