public class ControllerRailGenerator extends SpecialBlockStateGen
| Constructor and Description |
|---|
ControllerRailGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected net.minecraft.state.Property<?>[] |
getIgnoredProperties() |
<T extends net.minecraft.block.Block> |
getModel(com.tterrag.registrate.providers.DataGenContext<net.minecraft.block.Block,T> ctx,
com.tterrag.registrate.providers.RegistrateBlockstateProvider prov,
net.minecraft.block.BlockState state) |
protected int |
getXRotation(net.minecraft.block.BlockState state) |
protected int |
getYRotation(net.minecraft.block.BlockState state) |
generate, horizontalAngleprotected net.minecraft.state.Property<?>[] getIgnoredProperties()
getIgnoredProperties in class SpecialBlockStateGenprotected int getXRotation(net.minecraft.block.BlockState state)
getXRotation in class SpecialBlockStateGenprotected int getYRotation(net.minecraft.block.BlockState state)
getYRotation in class SpecialBlockStateGenpublic <T extends net.minecraft.block.Block> net.minecraftforge.client.model.generators.ModelFile getModel(com.tterrag.registrate.providers.DataGenContext<net.minecraft.block.Block,T> ctx,
com.tterrag.registrate.providers.RegistrateBlockstateProvider prov,
net.minecraft.block.BlockState state)
getModel in class SpecialBlockStateGen