Uses of Annotation Interface
net.minecraft.MethodsReturnNonnullByDefault
Packages that use MethodsReturnNonnullByDefault
Packages with annotations of type MethodsReturnNonnullByDefault
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
Extension interfaces for
client-only classes.Client-only events relating to sounds.
-
Uses of MethodsReturnNonnullByDefault in net.minecraftforge.common.capabilities
Classes in net.minecraftforge.common.capabilities with annotations of type MethodsReturnNonnullByDefaultModifier and TypeClassDescriptionfinal classA high-speed implementation of a capability delegator.classCapabilityProvider<B extends ICapabilityProviderImpl<B>> -
Uses of MethodsReturnNonnullByDefault in net.minecraftforge.common.util
Classes in net.minecraftforge.common.util with annotations of type MethodsReturnNonnullByDefaultModifier and TypeClassDescriptionclassLazyOptional<T>This object encapsulates a lazy value, with typical transformation operations (map/ifPresent) available, much likeOptional.