feat: made BlockRelative non final#5
Conversation
so i can extand it
changed fields from private to protected made #place not final
|
why |
|
so i can overwrite place function to be able to make custom block relative |
|
i just cant see any use cases, can you explain exactly what you're thinking of doing? |
|
i want to be able to expand the BlockRelative so i can create [censored]BlockRelative class for my dblk idea, it would allow me to overwrite #place to apply pdc and i want to do this so i can use .add on the structure with it after loading the schematic. |
|
all that blockrelative stores is the block material and the relative coordinates to the placement location. that isnt enough information to use a pdc on. |
|
well thats exactly why i want to extend the class, to store more information... |
|
a pdc isnt practical as there isnt any real block being stored here, plus why would you extend it instead of just implementing it directly into BlockRelative? |
|
let me send you my idea into discord (dev chat of dblk) |
i just want to be able to extand it 😭