Skip to content

Commit 8896172

Browse files
committed
remove BlockedBySelf build result
1 parent a31c8df commit 8896172

File tree

1 file changed

+0
-17
lines changed
  • src/main/kotlin/com/lambda/interaction/construction/result/results

1 file changed

+0
-17
lines changed

src/main/kotlin/com/lambda/interaction/construction/result/results/PlaceResult.kt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,6 @@ sealed class PlaceResult : BuildResult() {
9797
}
9898
}
9999

100-
/**
101-
* Represents a scenario where block placement is obstructed by the player itself.
102-
*
103-
* @property blockPos The position of the block that was attempted to be placed.
104-
*/
105-
data class BlockedBySelf(
106-
override val pos: BlockPos
107-
) : Drawable, Navigable, PlaceResult() {
108-
override val rank = Rank.PlaceBlockedByEntity
109-
private val color = Color(252, 3, 3, 100)
110-
override val goal = GoalInverted(GoalBlock(pos))
111-
112-
override fun ShapeBuilder.buildRenderer() {
113-
box(pos, color, color)
114-
}
115-
}
116-
117100
/**
118101
* Represents a scenario where block placement is obstructed by an entity.
119102
*

0 commit comments

Comments
 (0)