struct
Rosegold::Clientbound::SetEntityData::Entry
- Rosegold::Clientbound::SetEntityData::Entry
- Struct
- Value
- Object
Defined in:
rosegold/packets/clientbound/set_entity_data.crConstructors
Instance Method Summary
- #clone
- #copy_with(index _index = @index, serializer_id _serializer_id = @serializer_id, value _value = @value)
- #index : UInt8
- #serializer_id : UInt32
- #value : Rosegold::Entity::TrackedValue
Constructor Detail
def self.new(index : UInt8, serializer_id : UInt32, value : Rosegold::Entity::TrackedValue)
#
Instance Method Detail
def copy_with(index _index = @index, serializer_id _serializer_id = @serializer_id, value _value = @value)
#