Class MicroblockPlacement

java.lang.Object
codechicken.microblock.part.MicroblockPlacement

public class MicroblockPlacement extends Object
Created by covers1624 on 20/10/22.
  • Field Details

    • player

      public final net.minecraft.world.entity.player.Player player
    • hand

      public final net.minecraft.world.InteractionHand hand
    • hit

      public final net.minecraft.world.phys.BlockHitResult hit
    • size

      public final int size
    • material

      public final MicroMaterial material
    • checkMaterial

      public final boolean checkMaterial
    • pp

      public final PlacementProperties pp
    • level

      public final net.minecraft.world.level.Level level
    • microFactory

      public final MicroblockPartFactory microFactory
    • pos

      public final net.minecraft.core.BlockPos pos
    • vHit

      public final codechicken.lib.vec.Vector3 vHit
    • gTile

      public final org.apache.commons.lang3.tuple.Pair<TileMultipart,Boolean> gTile
    • hTile

      public final TileMultipart hTile
    • side

      public final int side
    • slot

      public final int slot
    • oSlot

      public final int oSlot
    • hitDepth

      public final double hitDepth
    • useOppMod

      public final boolean useOppMod
    • oppMod

      public final boolean oppMod
    • internal

      public final boolean internal
    • doExpand

      public final boolean doExpand
  • Constructor Details

    • MicroblockPlacement

      public MicroblockPlacement(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hit, int size, MicroMaterial material, boolean checkMaterial, PlacementProperties pp)
  • Method Details