Interface IFacadeable
- All Known Implementing Classes:
FacadeableDefault
,FacadeableTileMultipartTicking
public interface IFacadeable
Capability for targets that can hold facades.
-
Method Summary
-
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.
-