Class FacadeableTileMultipartTicking
java.lang.Object
org.cyclops.integrateddynamics.capability.facadeable.FacadeableTileMultipartTicking
- All Implemented Interfaces:
IFacadeable
Default implementation of
IFacadeable
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FacadeableTileMultipartTicking
-
-
Method Details
-
hasFacade
public boolean hasFacade()- Specified by:
hasFacade
in interfaceIFacadeable
- Returns:
- If this container has a facade.
-
getFacade
public net.minecraft.world.level.block.state.BlockState getFacade()- Specified by:
getFacade
in interfaceIFacadeable
- Returns:
- The blockstate of the facade.
-
setFacade
public void setFacade(@Nullable net.minecraft.world.level.block.state.BlockState blockState) Description copied from interface:IFacadeable
Set the new facade- Specified by:
setFacade
in interfaceIFacadeable
- Parameters:
blockState
- The new facade or null.
-