Interface KLibBlockInWorld

All Known Implementing Classes:
BlockInWorldMixin

public interface KLibBlockInWorld
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    klib$setState(net.minecraft.world.level.block.state.BlockState state)
     
    static net.minecraft.world.level.block.state.pattern.BlockInWorld
    of(net.minecraft.world.level.LevelReader level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
     
  • Method Details

    • of

      static net.minecraft.world.level.block.state.pattern.BlockInWorld of(net.minecraft.world.level.LevelReader level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
    • klib$setState

      default void klib$setState(net.minecraft.world.level.block.state.BlockState state)