Class Filterable<T>
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.Filterable<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetRaw()inthashCode()@NonNull StringtoString()@NonNull Filterable<T>withOptional(T optional) @NonNull Filterable<T>
-
Constructor Details
-
Filterable
-
-
Method Details
-
getRaw
-
getOptional
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
withRaw
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withOptional
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-