public interface IFacadeRegistry
Modifier and Type | Method and Description |
---|---|
default IFacade |
createBasicFacade(IFacadeState state,
boolean isHollow) |
IFacade |
createPhasedFacade(IFacadePhasedState[] states) |
IFacadePhasedState |
createPhasedState(IFacadeState state,
boolean isHollow,
net.minecraft.item.EnumDyeColor activeColor) |
java.util.Collection<? extends IFacadeState> |
getValidFacades() |
java.util.Collection<? extends IFacadeState> getValidFacades()
IFacadePhasedState createPhasedState(IFacadeState state, boolean isHollow, @Nullable net.minecraft.item.EnumDyeColor activeColor)
IFacade createPhasedFacade(IFacadePhasedState[] states)
default IFacade createBasicFacade(IFacadeState state, boolean isHollow)