Class PlacementAssistantHandler

java.lang.Object
team.lodestar.lodestone.handlers.PlacementAssistantHandler

public class PlacementAssistantHandler extends Object
  • Field Details

    • ASSISTANTS

      public static final ArrayList<IPlacementAssistant> ASSISTANTS
    • animationTick

      public static int animationTick
    • target

      public static net.minecraft.world.phys.BlockHitResult target
  • Constructor Details

    • PlacementAssistantHandler

      public PlacementAssistantHandler()
  • Method Details

    • registerPlacementAssistants

      public static void registerPlacementAssistants(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event)
    • placeBlock

      public static void placeBlock(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock event)
    • tick

      public static void tick(net.minecraft.world.entity.player.Player player, net.minecraft.world.phys.HitResult hitResult)
    • getCurrentAlpha

      public static float getCurrentAlpha()