File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
src/main/kotlin/com/lambda/interaction/construction/result/results Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments