class Packets::Play::S::UseEntity
- Packets::Play::S::UseEntity
- RawPacket
- Reference
- Object
Defined in:
packets/packets.crConstructors
- .new(target : Int32, type : Int32, x : Union(Float32, Nil), y : Union(Float32, Nil), z : Union(Float32, Nil))
- .new(packet : RawPacket)
Instance Method Summary
- #target : Int32
- #type : Int32
- #x : Union(Float32, Nil)
- #y : Union(Float32, Nil)
- #z : Union(Float32, Nil)
Instance methods inherited from class RawPacket
data : Bytes
data,
id : Int32
id,
slice : Bytes
slice
Constructor methods inherited from class RawPacket
new(id : Int32, data : Bytes)
new
Constructor Detail
def self.new(target : Int32, type : Int32, x : Union(Float32, Nil), y : Union(Float32, Nil), z : Union(Float32, Nil))
#