Class CobbleGenOptimisation
java.lang.Object
com.simibubi.create.content.kinetics.drill.CobbleGenOptimisation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.level.block.state.BlockStatedetermineOutput(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos, CobbleGenOptimisation.CobbleGenBlockConfiguration config) static @Nullable CobbleGenOptimisation.CobbleGenBlockConfigurationgetConfig(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos drillPos, net.minecraft.core.Direction drillDirection) static voidinvalidateWorld(net.minecraft.world.level.LevelAccessor world)
-
Constructor Details
-
CobbleGenOptimisation
public CobbleGenOptimisation()
-
-
Method Details
-
getConfig
@Nullable public static @Nullable CobbleGenOptimisation.CobbleGenBlockConfiguration getConfig(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos drillPos, net.minecraft.core.Direction drillDirection) -
determineOutput
public static net.minecraft.world.level.block.state.BlockState determineOutput(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos, CobbleGenOptimisation.CobbleGenBlockConfiguration config) -
invalidateWorld
public static void invalidateWorld(net.minecraft.world.level.LevelAccessor world)
-