CounterStrikeGrenades
Toggle table of contents
1.20.1-1.5.0-prerelease
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CounterStrikeGrenades
CounterStrikeGrenades
/
club.pisquad.minecraft.csgrenades.grenades.firegrenade
/
BlockPosListEntityDataSerializer
Block
Pos
List
Entity
Data
Serializer
class
BlockPosListEntityDataSerializer
:
EntityDataSerializer
<
List
<
@
Serializable
BlockPos
>
>
Members
Constructors
Block
Pos
List
Entity
Data
Serializer
Link copied to clipboard
constructor
(
)
Functions
copy
Link copied to clipboard
open
override
fun
copy
(
pValue
:
List
<
BlockPos
>
)
:
List
<
BlockPos
>
create
Accessor
Link copied to clipboard
open
fun
createAccessor
(
pId
:
Int
)
:
EntityDataAccessor
<
List
<
@
Serializable
BlockPos
>
?
>
?
read
Link copied to clipboard
open
override
fun
read
(
pBuffer
:
FriendlyByteBuf
)
:
List
<
BlockPos
>
write
Link copied to clipboard
open
override
fun
write
(
pBuffer
:
FriendlyByteBuf
,
pValue
:
List
<
@
Serializable
BlockPos
>
)