Interface RepairedAbstractContraptionEntity

All Known Implementing Classes:
AbstractContraptionEntityMixin, CarriageContraptionEntityMixin

public interface RepairedAbstractContraptionEntity
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    create_repair$canInteractWithBlock(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos localPos, double distance)
     
    default boolean
    create_repair$canInteractWithBlock(net.minecraft.world.entity.player.Player player, net.minecraft.world.phys.Vec3 localPos, double distance)
     
    net.minecraft.world.phys.Vec3
    toGlobalVector(net.minecraft.world.phys.Vec3 localVec, float partialTicks)
     
  • Method Details

    • create_repair$canInteractWithBlock

      default boolean create_repair$canInteractWithBlock(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos localPos, double distance)
    • create_repair$canInteractWithBlock

      default boolean create_repair$canInteractWithBlock(net.minecraft.world.entity.player.Player player, net.minecraft.world.phys.Vec3 localPos, double distance)
    • toGlobalVector

      net.minecraft.world.phys.Vec3 toGlobalVector(net.minecraft.world.phys.Vec3 localVec, float partialTicks)