Uses of Annotation Interface
net.minecraft.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
Modifier and TypeClassDescriptionfinal class
A high-speed implementation of a capability delegator.class
CapabilityProvider<B extends ICapabilityProviderImpl<B>>
-
Uses of MethodsReturnNonnullByDefault in net.minecraftforge.common.util
Modifier and TypeClassDescriptionclass
LazyOptional<T>
This object encapsulates a lazy value, with typical transformation operations (map/ifPresent) available, much likeOptional
.