Package net.neoforged.neoforge.coremods
@ParametersAreNonnullByDefault
@Internal
package net.neoforged.neoforge.coremods
-
ClassDescriptionRedirect calls to one method to another.Replaces code such as
itemstack.getItem() == Items.CROSSBOW
with instanceof checks such asitemstack.getItem() instanceof CrossbowItem
.Replaces direct field access in a class with access to the getter.