Uses of Record Class
net.minecraft.text.RawFilteredPair
Packages that use RawFilteredPair
-
Uses of RawFilteredPair in net.minecraft.component.type
Fields in net.minecraft.component.type declared as RawFilteredPairModifier and TypeFieldDescriptionprivate final RawFilteredPair
<String> WrittenBookContentComponent.title
The field for thetitle
record component.Fields in net.minecraft.component.type with type parameters of type RawFilteredPairModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec
<RawFilteredPair<String>> WritableBookContentComponent.PAGE_CODEC
private static final com.mojang.serialization.Codec
<RawFilteredPair<Text>> WrittenBookContentComponent.PAGE_CODEC
private final List
<RawFilteredPair<String>> WritableBookContentComponent.pages
The field for thepages
record component.private final List
<RawFilteredPair<Text>> WrittenBookContentComponent.pages
The field for thepages
record component.private static final com.mojang.serialization.Codec
<List<RawFilteredPair<String>>> WritableBookContentComponent.PAGES_CODEC
private static final com.mojang.serialization.Codec
<List<RawFilteredPair<Text>>> WrittenBookContentComponent.PAGES_CODEC
Methods in net.minecraft.component.type that return RawFilteredPairModifier and TypeMethodDescriptionWrittenBookContentComponent.title()
Returns the value of thetitle
record component.Methods in net.minecraft.component.type that return types with arguments of type RawFilteredPairModifier and TypeMethodDescriptionWritableBookContentComponent.pages()
Returns the value of thepages
record component.WrittenBookContentComponent.pages()
Returns the value of thepages
record component.private static Optional
<RawFilteredPair<Text>> WrittenBookContentComponent.resolve
(ServerCommandSource source, @Nullable PlayerEntity player, RawFilteredPair<Text> page) Methods in net.minecraft.component.type with parameters of type RawFilteredPairModifier and TypeMethodDescriptionprivate static Optional
<RawFilteredPair<Text>> WrittenBookContentComponent.resolve
(ServerCommandSource source, @Nullable PlayerEntity player, RawFilteredPair<Text> page) Constructors in net.minecraft.component.type with parameters of type RawFilteredPairModifierConstructorDescriptionWrittenBookContentComponent
(RawFilteredPair<String> rawFilteredPair, String string, int int2, List<RawFilteredPair<Text>> list, boolean bool) Constructor parameters in net.minecraft.component.type with type arguments of type RawFilteredPairModifierConstructorDescriptionWrittenBookContentComponent
(RawFilteredPair<String> rawFilteredPair, String string, int int2, List<RawFilteredPair<Text>> list, boolean bool) -
Uses of RawFilteredPair in net.minecraft.server.network
Methods in net.minecraft.server.network that return RawFilteredPairModifier and TypeMethodDescriptionprivate RawFilteredPair
<String> ServerPlayNetworkHandler.toRawFilteredPair
(FilteredMessage message) -
Uses of RawFilteredPair in net.minecraft.text
Methods in net.minecraft.text that return RawFilteredPairModifier and TypeMethodDescription<U> RawFilteredPair
<U> static RawFilteredPair
<String> RawFilteredPair.of
(FilteredMessage message) static <T> RawFilteredPair
<T> RawFilteredPair.of
(T raw) Methods in net.minecraft.text that return types with arguments of type RawFilteredPairModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec
<RawFilteredPair<T>> RawFilteredPair.createCodec
(com.mojang.serialization.Codec<T> baseCodec) static <B extends ByteBuf,
T>
PacketCodec<B, RawFilteredPair<T>> RawFilteredPair.createPacketCodec
(PacketCodec<B, T> basePacketCodec) <U> Optional
<RawFilteredPair<U>>