CustomBlockData icon indicating copy to clipboard operation
CustomBlockData copied to clipboard

[Paper 1.21.10] CustomBlockData is not abstract and does not override abstract method getSize() in PersistentDataContainerView

Open globau opened this issue 3 months ago • 0 comments

Compilation error after upgrading to Paper 1.21.10:

…/com/jeff_media/customblockdata/CustomBlockData.java:57: error: CustomBlockData is not abstract and does not override abstract method getSize() in PersistentDataContainerView
public class CustomBlockData implements PersistentDataContainer {

This was added by https://github.com/PaperMC/Paper/pull/13157.

globau avatar Oct 26 '25 04:10 globau