public interface MethodWhitelist
SidedBlock.createEnvironment(net.minecraft.world.World, int, int, int, net.minecraftforge.common.util.ForgeDirection)
method, and provide the names of the allowed methods from whitelistedMethods()
.
Important: if multiple drivers apply to a single block that each
provide a whitelist, the list of allowed methods is the intersection of the
different whitelists!Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
whitelistedMethods()
The list of methods allowed to be exposed for blocks this driver is used
for.
|