Uses of Class
com.comphenix.protocol.reflect.instances.DefaultInstances
Packages that use DefaultInstances
-
Uses of DefaultInstances in com.comphenix.protocol.reflect.instances
Fields in com.comphenix.protocol.reflect.instances declared as DefaultInstancesModifier and TypeFieldDescriptionstatic DefaultInstancesDefaultInstances.DEFAULTStandard default instance provider.Methods in com.comphenix.protocol.reflect.instances that return DefaultInstancesModifier and TypeMethodDescriptionstatic DefaultInstancesDefaultInstances.fromArray(InstanceProvider... instanceProviders)Construct a default instance generator using the given instance providers.static DefaultInstancesDefaultInstances.fromCollection(Collection<InstanceProvider> instanceProviders)Construct a default instance generator using the given instance providers.Constructors in com.comphenix.protocol.reflect.instances with parameters of type DefaultInstancesModifierConstructorDescriptionDefaultInstances(DefaultInstances other)Copy a given instance provider.