Script API - v1.26.10.23
Preparing search index...
@minecraft/server
BlockRaycastOptions
Interface BlockRaycastOptions
interface
BlockRaycastOptions
{
excludePermutations
?:
BlockPermutation
[]
;
excludeTags
?:
string
[]
;
excludeTypes
?:
string
[]
;
includeLiquidBlocks
?:
boolean
;
includePassableBlocks
?:
boolean
;
includePermutations
?:
BlockPermutation
[]
;
includeTags
?:
string
[]
;
includeTypes
?:
string
[]
;
maxDistance
?:
number
;
}
Hierarchy (
View Summary
)
BlockFilter
BlockRaycastOptions
Index
Properties
exclude
Permutations?
exclude
Tags?
exclude
Types?
include
Liquid
Blocks?
include
Passable
Blocks?
include
Permutations?
include
Tags?
include
Types?
max
Distance?
Properties
Optional
exclude
Permutations
excludePermutations
?:
BlockPermutation
[]
Optional
exclude
Tags
excludeTags
?:
string
[]
Optional
exclude
Types
excludeTypes
?:
string
[]
Optional
include
Liquid
Blocks
includeLiquidBlocks
?:
boolean
Optional
include
Passable
Blocks
includePassableBlocks
?:
boolean
Optional
include
Permutations
includePermutations
?:
BlockPermutation
[]
Optional
include
Tags
includeTags
?:
string
[]
Optional
include
Types
includeTypes
?:
string
[]
Optional
max
Distance
maxDistance
?:
number
Settings
Member Visibility
External
Inherited
Private
Protected
Deprecated
Beta
Write Privilege
World Ready
Theme
OS
Light
Dark
On This Page
Properties
exclude
Permutations
exclude
Tags
exclude
Types
include
Liquid
Blocks
include
Passable
Blocks
include
Permutations
include
Tags
include
Types
max
Distance
Script API - v1.26.10.23
Loading...