Class PlacementOffsetMixin

java.lang.Object
com.petrolpark.mixin.compat.create.PlacementOffsetMixin

public abstract class PlacementOffsetMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    petrolpark$allowReplaceableBlocks(boolean replaceable, net.minecraft.world.level.Level world, net.minecraft.world.item.BlockItem blockItem, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult ray)
     
    boolean
    petrolpark$replaceState(net.createmod.catnip.platform.services.ModHooksHelper hooks, net.minecraft.world.entity.player.Player player, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState newState, com.llamalad7.mixinextras.injector.wrapoperation.Operation<Boolean> original)
     

    Methods inherited from class java.lang.Object

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

    • PlacementOffsetMixin

      public PlacementOffsetMixin()
  • Method Details

    • petrolpark$allowReplaceableBlocks

      public boolean petrolpark$allowReplaceableBlocks(boolean replaceable, net.minecraft.world.level.Level world, net.minecraft.world.item.BlockItem blockItem, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult ray)
    • petrolpark$replaceState

      public boolean petrolpark$replaceState(net.createmod.catnip.platform.services.ModHooksHelper hooks, net.minecraft.world.entity.player.Player player, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState newState, com.llamalad7.mixinextras.injector.wrapoperation.Operation<Boolean> original)