Package ch.voidlee.repair.implementation
Interface RepairedAbstractContraptionEntity
- All Known Implementing Classes:
AbstractContraptionEntityMixin,CarriageContraptionEntityMixin
public interface RepairedAbstractContraptionEntity
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancreate_repair$canInteractWithBlock(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos localPos, double distance) default booleancreate_repair$canInteractWithBlock(net.minecraft.world.entity.player.Player player, net.minecraft.world.phys.Vec3 localPos, double distance) net.minecraft.world.phys.Vec3toGlobalVector(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)
-