You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### `Deprecated: Use findLivingEntitiesWithinRadius`
34
35
35
-
Find entities within a radius based on an entity type. The entity type would typically look like `minecraft:skeleton`. You can typically find modded ones from the mods Java code.
36
+
Find living entities within a radius based on an entity type. The entity type would typically look like `minecraft:skeleton`. You can typically find modded ones from the mods Java code.
36
37
37
38
The search radius is from and expanded cube from the start block position. This means that a range of 1 would be a 3x3 cube with the start position in the middle.
Find living entities within a radius based on an entity type. The entity type would typically look like `minecraft:skeleton`. You can typically find modded ones from the mods Java code.
51
+
52
+
The search radius is from and expanded cube from the start block position. This means that a range of 1 would be a 3x3 cube with the start position in the middle.
Find any entities within a radius based on an entity type. The entity type would typically look like `minecraft:skeleton`. You can typically find modded ones from the mods Java code.
65
+
66
+
The search radius is from and expanded cube from the start block position. This means that a range of 1 would be a 3x3 cube with the start position in the middle.
Find blocks within a radius that match a given state. Depending on if the `absolute` flag is set to true will depend on if we compare the default state of the block or the absolute state of the block meaning the states **must** match.
@@ -66,6 +96,12 @@ Very much the same as `findBlockWithinRadius` but instead will find the first bl
0 commit comments