class Packets::Play::C::Effect
- Packets::Play::C::Effect
- RawPacket
- Reference
- Object
Defined in:
packets/packets.crConstructors
- .new(effect_id : Int32, location : Position, effect_data : Int32, disable_relative_volume : Bool)
- .new(packet : RawPacket)
Instance Method Summary
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(effect_id : Int32, location : Position, effect_data : Int32, disable_relative_volume : Bool)
#