Interface BlockGetterMixin


public interface BlockGetterMixin
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.block.state.BlockState
    getBlockState(net.minecraft.core.BlockPos var1)
     
    default net.minecraft.world.phys.BlockHitResult
    wilderWild$mesogleaClip(net.minecraft.world.level.BlockGetter instance, net.minecraft.world.phys.Vec3 startVec, net.minecraft.world.phys.Vec3 endVec, net.minecraft.core.BlockPos pos, net.minecraft.world.phys.shapes.VoxelShape shape, net.minecraft.world.level.block.state.BlockState state, com.llamalad7.mixinextras.injector.wrapoperation.Operation<net.minecraft.world.phys.BlockHitResult> operation, net.minecraft.world.level.ClipContext context)
     
    default void
    wilderWild$setClipInMesoglea(net.minecraft.world.level.ClipContext context, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.phys.BlockHitResult> info)
     
  • Method Details

    • getBlockState

      net.minecraft.world.level.block.state.BlockState getBlockState(net.minecraft.core.BlockPos var1)
    • wilderWild$setClipInMesoglea

      default void wilderWild$setClipInMesoglea(net.minecraft.world.level.ClipContext context, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<net.minecraft.world.phys.BlockHitResult> info)
    • wilderWild$mesogleaClip

      default net.minecraft.world.phys.BlockHitResult wilderWild$mesogleaClip(net.minecraft.world.level.BlockGetter instance, net.minecraft.world.phys.Vec3 startVec, net.minecraft.world.phys.Vec3 endVec, net.minecraft.core.BlockPos pos, net.minecraft.world.phys.shapes.VoxelShape shape, net.minecraft.world.level.block.state.BlockState state, com.llamalad7.mixinextras.injector.wrapoperation.Operation<net.minecraft.world.phys.BlockHitResult> operation, net.minecraft.world.level.ClipContext context)