MCPcopy Create free account

hub / github.com/Hypejet/Jet / functions

Functions1,964 in github.com/Hypejet/Jet

↓ 2 callersMethodisInView
Gets whether the specified {@linkplain ChunkPosition chunk position} is within this {@linkplain ChunkView chunk view}. @param position the chunk posi
server/src/main/java/net/hypejet/jet/server/world/chunk/view/ChunkView.java:56
↓ 2 callersMethodisSkyLightFilled
(int index)
server/src/test/java/net/hypejet/jet/server/test/world/chunk/light/LightSerializationDataTest.java:180
↓ 2 callersMethodisSupported
Gets whether a packet is supported in {@linkplain ProtocolState a protocol state} specified. @param protocolState the protocol state @param packetCla
server/src/main/java/net/hypejet/jet/server/network/packet/packets/server/ServerPacketRegistry.java:471
↓ 2 callersMethodlightSection
Gets {@linkplain JetLightSection a light section}, which owns a value specifying light level of a block which is in this {@linkplain JetChunk chunk} a
server/src/main/java/net/hypejet/jet/server/world/chunk/JetChunk.java:274
↓ 2 callersMethodlightSectionBuilder
Gets {@linkplain LightSectionBuilder a light section builder} of {@linkplain JetLightSection a light section} that the {@linkplain ChunkRelativeBlockP
server/src/main/java/net/hypejet/jet/server/world/chunk/builder/JetChunkBuilder.java:221
↓ 2 callersMethodlightSectionList
Gets {@linkplain ChunkSectionList a chunk section list} of {@linkplain JetLightSection light sections} of this {@linkplain JetChunk chunk}. @return t
server/src/main/java/net/hypejet/jet/server/world/chunk/JetChunk.java:107
↓ 2 callersMethodlightSerializationData
Gets {@linkplain LightSerializationData a light serialization data} of light data of this chunk. @return the light serialization data @since 1.0
server/src/main/java/net/hypejet/jet/server/world/chunk/JetChunk.java:128
↓ 2 callersMethodload
Loads a plugin. @param pluginPair a pair of plugin to load @param pairs all plugin pairs detected @param results results of loaded plugins, must be m
server/src/main/java/net/hypejet/jet/server/plugin/JetPluginManager.java:151
↓ 2 callersMethodmain
Runs the {@linkplain JetMinecraftServer Minecraft server}. @param args arguments that the server application should start with @since 1.0
server/src/main/java/net/hypejet/jet/server/JetMinecraftServer.java:205
↓ 2 callersMethodmaximumChunkX
()
server/src/main/java/net/hypejet/jet/server/world/chunk/view/ChunkView.java:71
↓ 2 callersMethodmaximumChunkZ
()
server/src/main/java/net/hypejet/jet/server/world/chunk/view/ChunkView.java:75
↓ 2 callersMethodmaximumIndirectBits
Gets a maximum bits-per-entry number that indirect palettes of this type should use. @return the maximum bits-per-entry number @since 1.0
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/type/ChunkPaletteType.java:74
↓ 2 callersMethodminimumChunkX
()
server/src/main/java/net/hypejet/jet/server/world/chunk/view/ChunkView.java:63
↓ 2 callersMethodminimumChunkZ
()
server/src/main/java/net/hypejet/jet/server/world/chunk/view/ChunkView.java:67
↓ 2 callersMethodminimumIndirectBits
Gets a minimum bits-per-entry number that indirect palettes of this type should use. @return the minimum bits-per-entry number @since 1.0
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/type/ChunkPaletteType.java:64
↓ 2 callersMethodobject
()
api/src/main/java/net/hypejet/jet/util/json/UnmodifiableJsonObject.java:26
↓ 2 callersMethodparse
(@NonNull StringReader reader, @NonNull CommandSource source)
server/src/main/java/net/hypejet/jet/server/command/JetCommandManager.java:240
↓ 2 callersMethodparseNumber
(@NonNull String string)
server/src/main/java/net/hypejet/jet/server/plugin/version/PluginVersionParser.java:77
↓ 2 callersMethodparseVersion
Parses a version string specified into {@linkplain List a list} of {@linkplain VersionPart version parts}. @param versionString the version string to
server/src/main/java/net/hypejet/jet/server/plugin/version/PluginVersionParser.java:37
↓ 2 callersMethodplaceholderName
Gets a name of this placeholder. @return the name @since 1.0
server/src/main/java/net/hypejet/jet/server/configuration/ConfigurationPlaceholder.java:59
↓ 2 callersMethodreadOptional
Reads an optional value from {@linkplain ByteBuf a byte buf}. @param reader a network reader, which should read the value @param buf the byte buf @re
server/src/main/java/net/hypejet/jet/server/util/NetworkUtil.java:53
↓ 2 callersMethodredirect
Gets a command node that this node redirects to. @return the command node, {@code null} if this node does not redirect to any node @since 1.0
server/src/main/java/net/hypejet/jet/server/network/packet/packets/server/play/ServerDeclareCommandsPlayPacket.java:58
↓ 2 callersMethodregister
Registers a command. If a command with the same name already exists, the commands are merged. @param node a literal command node that should represen
api/src/main/java/net/hypejet/jet/command/CommandManager.java:22
↓ 2 callersMethodregistryIndices
Gets the additional array storing registry indices of elements used by this chunk palette. @return the additional array @since 1.0
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/IndirectChunkPalette.java:103
↓ 2 callersMethodremoveAffected
(@NonNull IntList unaffectedSections, @NonNull DimensionType dimensionType,
server/src/test/java/net/hypejet/jet/server/test/world/chunk/light/LightSectionListTest.java:100
↓ 2 callersMethodresetChunkView
Re-initializes the {@linkplain ChunkView chunk view} used by this {@linkplain ChunkBatchHandler chunk batch handler} and re-sends all chunks within th
server/src/main/java/net/hypejet/jet/server/world/handler/ChunkBatchHandler.java:100
↓ 2 callersMethodschedule
Schedules a task requesting the keep alive packets. @throws IllegalStateException if the task has been already scheduled @since 1.0
server/src/main/java/net/hypejet/jet/server/network/session/keepalive/KeepAliveHandler.java:98
↓ 2 callersMethodsection
Gets {@linkplain JetChunkSection a chunk section} at a section-Y coordinate specified. @param sectionY the coordinate @return the chunk section @thro
server/src/main/java/net/hypejet/jet/server/world/chunk/section/ChunkSectionList.java:90
↓ 2 callersMethodsection
Gets {@linkplain JetLightSection a light section} at a section-Y coordinate specified. @param sectionY the coordinate @return the light section @thro
server/src/main/java/net/hypejet/jet/server/world/chunk/light/LightSectionList.java:92
↓ 2 callersMethodsections
Gets {@linkplain List a list} of {@linkplain JetLightSection light sections} that this {@linkplain LightSectionList light section list} stores. @retu
server/src/main/java/net/hypejet/jet/server/world/chunk/light/LightSectionList.java:68
↓ 2 callersMethodselect
Gets the most sufficient {@linkplain NettyTransportType netty transport type} available. @return the transport type @since 1.0
server/src/main/java/net/hypejet/jet/server/network/netty/transport/NettyTransportType.java:104
↓ 2 callersMethodsendCommands
Sends the specified {@linkplain ServerDeclareCommandsPlayPacket server declare commands play packet} to the {@linkplain SocketPlayerConnection player
server/src/main/java/net/hypejet/jet/server/network/session/task/PlaySessionTask.java:95
↓ 2 callersMethodsendTags
Sends the specified {@linkplain ServerUpdateTagsPacket server update tags packet} to the {@linkplain SocketPlayerConnection player connection} associa
server/src/main/java/net/hypejet/jet/server/network/session/task/ConfigurationSessionTask.java:212
↓ 2 callersMethodserialize
(@NonNull Key object, @NonNull SerializationData data, @NonNull GenericsDeclaration generics)
server/src/main/java/net/hypejet/jet/server/configuration/unparsed/serializer/KeySerializer.java:26
↓ 2 callersMethodset
(@NonNull IntObjectMap<AbstractLightStorage> indexToLightStorageMap, @NonNull BitS
server/src/main/java/net/hypejet/jet/server/world/chunk/light/LightSerializationData.java:264
↓ 2 callersMethodsetBlockState
(@NonNull ChunkRelativeBlockPosition position, @NonNull Bloc
server/src/main/java/net/hypejet/jet/server/world/chunk/builder/JetChunkBuilder.java:97
↓ 2 callersMethodsetInput
Sets the command input that should be parsed. @param input the command input @since 1.0
api/src/main/java/net/hypejet/jet/event/events/command/CommandPreParseEvent.java:60
↓ 2 callersMethodsetValue
(long @NonNull [] data, int elementIndex, int element)
server/src/main/java/net/hypejet/jet/server/util/storage/BitStorage.java:179
↓ 2 callersMethodshowUnlockedRecipesOnly
Gets whether players can only see recipes that they unlocked. <p>This field has no default functionality, it exists only as an information sent to cl
api/src/main/java/net/hypejet/jet/configuration/ServerConfiguration.java:50
↓ 2 callersMethodskyLightLevel
Gets a value specifying a skylight level of a block which is in this {@linkplain JetChunk chunk} at {@linkplain ChunkRelativeBlockPosition a chunk-rel
server/src/main/java/net/hypejet/jet/server/world/chunk/JetChunk.java:222
↓ 2 callersMethodspecificationFor
Gets a {@linkplain PacketSpecification packet specification} for the specified packet class and {@linkplain ProtocolState protocol state}. @param pro
server/src/main/java/net/hypejet/jet/server/network/packet/packets/server/ServerPacketRegistry.java:486
↓ 2 callersMethodsuggestionsType
Gets a type of suggesting of the argument. @return the type @since 1.0
server/src/main/java/net/hypejet/jet/server/network/packet/packets/server/play/ServerDeclareCommandsPlayPacket.java:211
↓ 2 callersMethodtestInvalid
Tests reading and writing of a {@linkplain NetworkCodec network codec}. <p>This will only success when an invalid value is provided.</p> @param code
server/src/test/java/net/hypejet/jet/server/test/network/codec/NetworkCodecTestUtil.java:43
↓ 2 callersMethodtickDuration
Gets a duration that each game logic loop cycle of the server should have. @return the duration, in milliseconds @since 1.0
server/src/main/java/net/hypejet/jet/server/configuration/unparsed/UnparsedServerConfiguration.java:283
↓ 2 callersMethodtoElement
(int blockY, @NonNull DimensionType dimensionType)
server/src/main/java/net/hypejet/jet/server/world/chunk/heightmap/HeightMap.java:228
↓ 2 callersMethodtransfersNotAllowedMessage
Gets a message used during disconnection when a player is trying to join due a server transfer when it is not allowed. @return the message @since 1.0
server/src/main/java/net/hypejet/jet/server/configuration/unparsed/UnparsedServerConfiguration.java:212
↓ 2 callersMethodtransportSelector
Gets {@linkplain NettyTransportSelector a netty transport selector} that the server should use for selecting netty native transport. @return the nett
server/src/main/java/net/hypejet/jet/server/configuration/unparsed/UnparsedServerConfiguration.java:177
↓ 2 callersMethoduniqueId
()
server/src/main/java/net/hypejet/jet/server/entity/JetEntity.java:105
↓ 2 callersMethodunknownProviderClass
(@NonNull Class<?> providerClass)
server/src/main/java/net/hypejet/jet/server/registry/codecs/util/game/number/IntProviderBinaryTagCodec.java:150
↓ 2 callersMethodunpack
Creates an array, which contains all elements of this bit storage directly in their original order. @return the array @since 1.0
server/src/main/java/net/hypejet/jet/server/util/storage/BitStorage.java:149
↓ 2 callersMethodunsupportedVersionMessage
Gets a message used during disconnection when a player is trying to join with an unsupported version. @return the message @since 1.0
server/src/main/java/net/hypejet/jet/server/configuration/unparsed/UnparsedServerConfiguration.java:189
↓ 2 callersMethodupdateHandlers
Updates {@linkplain ChannelHandler channel handlers} of {@linkplain SocketChannel a socket channel} of this connection. @param compressionThreshold a
server/src/main/java/net/hypejet/jet/server/network/SocketPlayerConnection.java:344
↓ 2 callersMethodupdateRawPosition
Updates a {@linkplain Position position} of this {@linkplain JetEntity entity} without sending any updates to clients. @param position the position t
server/src/main/java/net/hypejet/jet/server/entity/JetEntity.java:260
↓ 2 callersMethodvalidateList
(@NonNull List<Holder<V>> list)
server/src/main/java/net/hypejet/jet/server/registry/codecs/registry/HolderSetBinaryTagCodec.java:71
↓ 2 callersMethodvalueCodecOrThrow
()
server/src/main/java/net/hypejet/jet/server/registry/codecs/registry/HolderBinaryTagCodec.java:68
↓ 2 callersMethodviewDistance
()
server/src/main/java/net/hypejet/jet/server/world/handler/ChunkBatchHandler.java:208
↓ 2 callersMethodwithUpdates
Creates a new copy of this {@linkplain AbstractLightStorage light storage} with {@linkplain LightStorageUpdate light updates} specified applied. @par
server/src/main/java/net/hypejet/jet/server/world/chunk/light/storage/AbstractLightStorage.java:51
↓ 2 callersMethodwithValues
Creates a copy of this {@linkplain Coordinate coordinate} with the specified {@code X}, {@code Y} and {@code Z} axis values. @param x the {@code X} a
api/src/main/java/net/hypejet/jet/world/coordinate/Coordinate.java:47
↓ 2 callersMethodworldData
Gets an additional {@linkplain WorldData world data} of this world. @return the world data @since 1.0
api/src/main/java/net/hypejet/jet/world/World.java:37
↓ 1 callersMethodacknowledgeFinishLogin
Handles an acknowledgement to the login finish from a client. @throws IllegalArgumentException if the client has already sent an acknowledgement @sin
server/src/main/java/net/hypejet/jet/server/network/session/task/LoginSessionTask.java:154
↓ 1 callersMethodacquireGameModeRead
()
server/src/main/java/net/hypejet/jet/server/entity/player/JetPlayer.java:165
↓ 1 callersMethodacquireRespawnScreenEnabledRead
()
server/src/main/java/net/hypejet/jet/server/entity/player/JetPlayer.java:175
↓ 1 callersMethodacquireWorldMapWrite
Creates {@linkplain WriteWorldMapAcquisition a write world-map acquisition} of contents of this world. @return the write world-map acquisition @since
api/src/main/java/net/hypejet/jet/world/World.java:71
↓ 1 callersMethodaddChild
Adds {@linkplain EventNode an event node} as a child of this node. Does nothing if this event node already contains the event node specified as a chil
api/src/main/java/net/hypejet/jet/event/node/EventNode.java:66
↓ 1 callersMethodareTransfersAllowed
Gets whether clients joining due a server transfer are allowed. @return {@code true} if the clients joining due a server transfer are allowed, {@code
server/src/main/java/net/hypejet/jet/server/configuration/unparsed/UnparsedServerConfiguration.java:201
↓ 1 callersMethodargumentType
Gets a type of the argument. @return the type @since 1.0
server/src/main/java/net/hypejet/jet/server/network/packet/packets/server/play/ServerDeclareCommandsPlayPacket.java:201
↓ 1 callersMethodbiome
Gets a {@linkplain Holder.Reference holder referencing to} a {@linkplain Biome biome} which is in this {@linkplain JetChunk chunk} at {@linkplain Chun
server/src/main/java/net/hypejet/jet/server/world/chunk/JetChunk.java:196
↓ 1 callersMethodbitsPerElement
Gets number of bits that each element of the data uses. @return the number of bits @since 1.0
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/AbstractChunkPalette.java:79
↓ 1 callersMethodblockEntityData
Gets data of a block entity of a block which is in this {@linkplain JetChunk chunk} at {@linkplain ChunkRelativeBlockPosition a chunk-relative block p
server/src/main/java/net/hypejet/jet/server/world/chunk/JetChunk.java:210
↓ 1 callersMethodblockState
Gets {@linkplain BlockState a block state} of a block at {@linkplain BlockPosition a block position} specified in {@linkplain JetChunk a chunk} specif
server/src/main/java/net/hypejet/jet/server/world/acquisition/worldmap/WorldMapAcquisitionImpl.java:136
↓ 1 callersMethodblockStatePalette
Gets {@linkplain ChunkPalette a chunk palette}, which stores block states of this chunk section. @return the chunk palette @since 1.0
api/src/main/java/net/hypejet/jet/world/chunk/section/ChunkSection.java:21
↓ 1 callersMethodblockStateRegistry
()
server/src/main/java/net/hypejet/jet/server/registry/JetRegistryManager.java:229
↓ 1 callersMethodbooleanValue
Gets a boolean representation of values of the world event specified. @param worldEvent the world event @return the boolean representation @since 1.0
server/src/main/java/net/hypejet/jet/server/world/event/BooleanWorldEventValueProvider.java:36
↓ 1 callersMethodbrandName
Gets a brand name of the server. @return the brand name @since 1.0
api/src/main/java/net/hypejet/jet/MinecraftServer.java:51
↓ 1 callersMethodbuild
Builds {@linkplain NibbleArray a nibble array} with values set in this builder. @return the nibble array @since 1.0
api/src/main/java/net/hypejet/jet/util/array/NibbleArray.java:246
↓ 1 callersMethodbuild
Builds the "networkable" {@linkplain JetMinecraftRegistry registry}. @param registryKey the key that the registry should have @param tagToKeysMultima
server/src/main/java/net/hypejet/jet/server/registry/JetRegistryManager.java:504
↓ 1 callersMethodcalculateNonAirBlockCount
(@NonNull AbstractChunkPalette<BlockState> blockStatePalette)
server/src/main/java/net/hypejet/jet/server/world/chunk/section/JetChunkSection.java:152
↓ 1 callersMethodcall
Calls the event listener. @param event the event that caused the event listener to be called @since 1.0
api/src/main/java/net/hypejet/jet/event/listener/EventListener.java:92
↓ 1 callersMethodcallChild
(@NonNull EventNode<T> node, @NonNull E event)
api/src/main/java/net/hypejet/jet/event/node/EventNode.java:314
↓ 1 callersMethodcallListener
(@NonNull EventListener<T> listener, @NonNull E event)
api/src/main/java/net/hypejet/jet/event/node/EventNode.java:300
↓ 1 callersMethodchildren
Creates {@linkplain CollectionAcquisition a collection acquisition} of child event nodes that were registered in this event node. @return the collect
api/src/main/java/net/hypejet/jet/event/node/EventNode.java:256
↓ 1 callersMethodchildren
A children of the command node. @return the children @since 1.0
server/src/main/java/net/hypejet/jet/server/network/packet/packets/server/play/ServerDeclareCommandsPlayPacket.java:78
↓ 1 callersMethodchildren
Gets a children that should be initialized in {@linkplain Node a node}. @param node the node @return the children @since 1.0
server/src/main/java/net/hypejet/jet/server/network/packet/packets/server/play/ServerDeclareCommandsPlayPacket.java:266
↓ 1 callersMethodchunkLoader
Gets {@linkplain ChunkLoader a chunk loader}, which should be used for loading and saving {@linkplain net.hypejet.jet.world.chunk.Chunk chunks} of thi
server/src/main/java/net/hypejet/jet/server/world/JetWorld.java:113
↓ 1 callersMethodchunkView
Gets a {@linkplain ChunkView chunk view} currently used by this {@linkplain ChunkBatchHandler chunk batch handler} for sending the {@linkplain JetChun
server/src/main/java/net/hypejet/jet/server/world/handler/ChunkBatchHandler.java:75
↓ 1 callersMethodclientBrand
Creates {@linkplain NotNullObjectAcquisition a not-null object acquisition} of a brand name of a client associated with this {@linkplain Player player
api/src/main/java/net/hypejet/jet/entity/player/Player.java:59
↓ 1 callersMethodconfiguration
()
server/src/main/java/net/hypejet/jet/server/JetMinecraftServer.java:104
↓ 1 callersMethodconnections
Gets an unmodifiable view of a {@linkplain Set set} of currently {@linkplain SocketPlayerConnection#isActive() active} {@linkplain SocketPlayerConnect
server/src/main/java/net/hypejet/jet/server/network/NetworkManager.java:111
↓ 1 callersMethodconvert
Converts the specified {@linkplain BlockEntityType block entity type} to a Jet data equivalent. @param type the block entity type to convert @param r
data/generator/src/main/java/net/hypejet/jet/data/generator/adpater/BlockEntityTypeAdapter.java:46
↓ 1 callersMethodconvertNode
(@NonNull CommandNode<?> node, @Nullable Node redirect)
server/src/main/java/net/hypejet/jet/server/command/JetCommandManager.java:271
↓ 1 callersMethodconvertStates
(@NonNull StateDefinition<Block, BlockState> definition)
data/generator/src/main/java/net/hypejet/jet/data/generator/adpater/BlockAdapter.java:36
↓ 1 callersMethodcreate
Creates a {@linkplain Position position} with the specified {@code X}, {@code Y} and {@code Z} axis values and the specified head rotation values. @p
api/src/main/java/net/hypejet/jet/world/coordinate/Position.java:99
↓ 1 callersMethodcreate
Creates a {@linkplain ServerChunkAndLightDataPlayPacket chunk-and-light data play packet} for the specified {@linkplain JetChunk chunk}. @param chunk
server/src/main/java/net/hypejet/jet/server/network/packet/packets/server/play/ServerChunkAndLightDataPlayPacket.java:79
↓ 1 callersMethodcreate
Creates the {@linkplain ServerConfiguration server configuration} by creating and parsing an {@linkplain UnparsedServerConfiguration unparsed server c
server/src/main/java/net/hypejet/jet/server/configuration/JetServerConfiguration.java:98
↓ 1 callersMethodcreate
Creates and loads {@linkplain UnparsedServerConfiguration an unparsed server configuration}. @return the unparsed server configuration @since 1.0
server/src/main/java/net/hypejet/jet/server/configuration/unparsed/UnparsedServerConfiguration.java:293
↓ 1 callersMethodcreate
(@NonNull ChunkPaletteType type, int @NonNull [] elements,
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/DirectChunkPalette.java:86
↓ 1 callersMethodcreate
Creates a {@linkplain JetPlayer player} that should be associated with the specified {@linkplain SocketPlayerConnection player connection}. @param co
server/src/main/java/net/hypejet/jet/server/entity/player/JetPlayer.java:338
↓ 1 callersMethodcreateBinaryNumber
(int setBitCount)
server/src/main/java/net/hypejet/jet/server/util/storage/BitStorage.java:206
↓ 1 callersMethodcreateBlockAndLightUpdatePackets
Creates {@linkplain List a list} of {@linkplain ServerPacket server packets} which request clients to perform updates specified in this {@linkplain Ch
server/src/main/java/net/hypejet/jet/server/world/update/JetWorldMapUpdate.java:388
↓ 1 callersMethodcreateBuilder
()
server/src/main/java/net/hypejet/jet/server/util/thread/JetThreadFactory.java:175
← previousnext →301–400 of 1,964, ranked by callers