Posted July 23, 20232 yr I am creating a custom block by extending the 'Block' class and noticed that many of the methods inside this class are depreciated. For example, 'getShape,' 'canSurvive,' 'use,' and many others are depreciated. Many of these methods are very useful for me. However, I am hesitant to use them because of their depreciated status. Are there alternative ways to accomplish what these methods do? Also, if there is documentation on various alternatives that would be greatly helpful.
July 23, 20232 yr override those methods freely. you should and for many blocks you need to. they are not about to be removed. in this case the "deprecated" notice is used wrongly and someone should have introduced a new one.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.