Class StructureTemplateMixin

java.lang.Object
net.nikdo53.tinymultiblocklib.mixin.StructureTemplateMixin

public class StructureTemplateMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    placeInWorld(net.minecraft.world.level.ServerLevelAccessor serverLevel, net.minecraft.core.BlockPos offset, net.minecraft.core.BlockPos pos, net.minecraft.world.level.levelgen.structure.templatesystem.StructurePlaceSettings settings, net.minecraft.util.RandomSource random, int flags, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir, com.llamalad7.mixinextras.sugar.ref.LocalIntRef flags1, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.BlockPos blockPos)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StructureTemplateMixin

      public StructureTemplateMixin()
  • Method Details

    • placeInWorld

      public void placeInWorld(net.minecraft.world.level.ServerLevelAccessor serverLevel, net.minecraft.core.BlockPos offset, net.minecraft.core.BlockPos pos, net.minecraft.world.level.levelgen.structure.templatesystem.StructurePlaceSettings settings, net.minecraft.util.RandomSource random, int flags, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir, com.llamalad7.mixinextras.sugar.ref.LocalIntRef flags1, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.BlockPos blockPos)