Class BuilderTransformers
java.lang.Object
com.simibubi.create.foundation.data.BuilderTransformers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <B extends net.minecraft.world.level.block.Block,P>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> static <B extends net.minecraft.world.level.block.Block,P>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> bell()static <B extends BeltTunnelBlock>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,CreateRegistrate>> beltTunnel(String type, net.minecraft.resources.ResourceLocation particleTexture) static <B extends StandardBogeyBlock,P>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> bogey()static <B extends CasingBlock>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,CreateRegistrate>> static <B extends net.minecraft.world.level.block.Block,P>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> static <B extends net.minecraft.world.level.block.Block,P>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> static <B extends EncasedCogwheelBlock,P>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> encasedCogwheel(String casing, Supplier<CTSpriteShiftEntry> casingShift) static <B extends EncasedCogwheelBlock,P>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> encasedLargeCogwheel(String casing, Supplier<CTSpriteShiftEntry> casingShift) static <B extends EncasedShaftBlock,P>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> encasedShaft(String casing, Supplier<CTSpriteShiftEntry> casingShift) static <B extends net.minecraft.world.level.block.Block,P>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> static <B extends CasingBlock>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,CreateRegistrate>> static <B extends net.minecraft.world.level.block.Block,P>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> mechanicalPiston(net.minecraft.world.level.block.state.properties.PistonType type) static <B extends SlidingDoorBlock,P>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> slidingDoor(String type) static <B extends net.minecraft.world.level.block.TrapDoorBlock,P>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> trapdoor(boolean orientable) static <B extends ValveHandleBlock>
com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,CreateRegistrate>> valveHandle(net.minecraft.world.item.DyeColor color)
-
Constructor Details
-
BuilderTransformers
public BuilderTransformers()
-
-
Method Details
-
encasedShaft
public static <B extends EncasedShaftBlock,P> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> encasedShaft(String casing, Supplier<CTSpriteShiftEntry> casingShift) -
bogey
public static <B extends StandardBogeyBlock,P> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> bogey() -
trapdoor
public static <B extends net.minecraft.world.level.block.TrapDoorBlock,P> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> trapdoor(boolean orientable) -
slidingDoor
public static <B extends SlidingDoorBlock,P> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> slidingDoor(String type) -
encasedCogwheel
public static <B extends EncasedCogwheelBlock,P> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> encasedCogwheel(String casing, Supplier<CTSpriteShiftEntry> casingShift) -
encasedLargeCogwheel
public static <B extends EncasedCogwheelBlock,P> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> encasedLargeCogwheel(String casing, Supplier<CTSpriteShiftEntry> casingShift) -
cuckooClock
public static <B extends net.minecraft.world.level.block.Block,P> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> cuckooClock() -
ladder
-
valveHandle
public static <B extends ValveHandleBlock> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,CreateRegistrate>> valveHandle(@Nullable net.minecraft.world.item.DyeColor color) -
casing
public static <B extends CasingBlock> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,CreateRegistrate>> casing(Supplier<CTSpriteShiftEntry> ct) -
layeredCasing
public static <B extends CasingBlock> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,CreateRegistrate>> layeredCasing(Supplier<CTSpriteShiftEntry> ct, Supplier<CTSpriteShiftEntry> ct2) -
beltTunnel
public static <B extends BeltTunnelBlock> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,CreateRegistrate>> beltTunnel(String type, net.minecraft.resources.ResourceLocation particleTexture) -
mechanicalPiston
public static <B extends net.minecraft.world.level.block.Block,P> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> mechanicalPiston(net.minecraft.world.level.block.state.properties.PistonType type) -
bearing
-
crate
public static <B extends net.minecraft.world.level.block.Block,P> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> crate(String type) -
bell
public static <B extends net.minecraft.world.level.block.Block,P> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> bell()
-