MCPcopy Create free account

hub / github.com/Hypejet/Jet / functions

Functions1,964 in github.com/Hypejet/Jet

↓ 6 callersMethodupdateBuilder
(@NonNull ChunkPosition chunkPosition)
server/src/main/java/net/hypejet/jet/server/world/update/JetWorldMapUpdate.java:207
↓ 5 callersMethodchunkBatchHandler
Gets {@linkplain ChunkBatchHandler a chunk batch handler}, which sends {@linkplain JetChunk chunks} to this {@linkplain JetPlayer player}. @return th
server/src/main/java/net/hypejet/jet/server/entity/player/JetPlayer.java:262
↓ 5 callersMethodchunkOrNull
(@NonNull ChunkPosition position)
server/src/main/java/net/hypejet/jet/server/world/acquisition/worldmap/WorldMapAcquisitionImpl.java:123
↓ 5 callersMethodcreateElementList
(int elementCount)
server/src/test/java/net/hypejet/jet/server/test/world/chunk/palette/AbstractChunkPaletteTest.java:225
↓ 5 callersMethodcreateMockupBlockState
Creates a mockup {@linkplain JetBlockState block state} without optional data. @param key the key of a block type that the block state should be asso
server/src/test/java/net/hypejet/jet/server/test/world/chunk/ChunkTestUtil.java:45
↓ 5 callersMethodcreatePaletteRelativeValue
Creates a coordinate value relative to {@linkplain net.hypejet.jet.world.chunk.section.ChunkPalette a chunk palette} from an absolute coordinate value
server/src/main/java/net/hypejet/jet/server/world/coordinate/chunk/palette/relative/ChunkPaletteRelativePosition.java:93
↓ 5 callersMethodcreateSectionCount
Creates a number, which is a count of {@linkplain JetLightSection light sections} that worlds with {@linkplain DimensionType a dimension type} specifi
server/src/main/java/net/hypejet/jet/server/world/chunk/light/LightSectionList.java:204
↓ 5 callersMethodcreateSectionIndex
Creates an index of {@linkplain net.hypejet.jet.world.chunk.light.LightSection a light section} at a section-Y specified in {@linkplain DimensionType
server/src/main/java/net/hypejet/jet/server/world/chunk/light/LightSectionList.java:219
↓ 5 callersMethodensureInRange
Ensures that the specified value is within the specified range. @param min the minimum value acceptable in the range, inclusive @param max the maximu
api/src/main/java/net/hypejet/jet/util/range/RangeUtil.java:21
↓ 5 callersMethodensureNotNegative
Ensures that the specified value is not negative. @param value the value to check @throws IllegalArgumentException if the specified value is negative
api/src/main/java/net/hypejet/jet/util/range/RangeUtil.java:33
↓ 5 callersMethodensureRunsInTickLoop
Ensures that the {@linkplain Thread#currentThread() current thread} is the {@linkplain Thread thread} that runs the game logic loop. @throws IllegalS
server/src/main/java/net/hypejet/jet/server/tick/Ticker.java:71
↓ 5 callersMethodeventClass
Gets a class of an event that this event node handles. @return the class @since 1.0
api/src/main/java/net/hypejet/jet/event/node/EventNode.java:276
↓ 5 callersMethodgetElement
(@NonNull ChunkPaletteRelativePosition position)
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/DirectChunkPalette.java:46
↓ 5 callersMethodisActive
Gets whether the connection is active. <p>Note that calling this method outside event loop may lead to race conditions.</p> @return {@code true} if
server/src/main/java/net/hypejet/jet/server/network/SocketPlayerConnection.java:304
↓ 5 callersMethodisAvailable
Checks whether this transport is available. @return {@code true} if the transport is available, {@code false} otherwise @since 1.0
server/src/main/java/net/hypejet/jet/server/network/netty/transport/NettyTransportType.java:94
↓ 5 callersMethodmovementSynchronizer
Gets a {@linkplain PlayerMovementSynchronizer player movement synchronizer} of this {@linkplain JetPlayer player}. @return the player movement synchr
server/src/main/java/net/hypejet/jet/server/entity/player/JetPlayer.java:273
↓ 5 callersMethodproperties
Gets a {@linkplain Map map} of properties of this block state. @return the map @since 1.0
api/src/main/java/net/hypejet/jet/world/block/BlockState.java:28
↓ 5 callersMethodprotocolVersion
Gets a version of Minecraft protocol that this server supports. @return the version @since 1.0
api/src/main/java/net/hypejet/jet/MinecraftServer.java:35
↓ 5 callersMethodregistry
Gets a {@linkplain MinecraftRegistry registry} by its reference. @param reference the reference to the wanted registry @return the registry @param <V
api/src/main/java/net/hypejet/jet/registry/RegistryManager.java:27
↓ 5 callersMethodsections
Gets {@linkplain List a list} of {@linkplain ChunkSection chunk sections} of this chunk. The list is ordered by their height, the lowest index corresp
api/src/main/java/net/hypejet/jet/world/chunk/Chunk.java:28
↓ 5 callersMethodvalueOrThrow
Gets the registry value, throws an exception if the holder does not provide the value directly and the specified {@linkplain MinecraftRegistry registr
api/src/main/java/net/hypejet/jet/registry/holder/Holder.java:42
↓ 5 callersMethodwithUpdates
Creates {@linkplain JetChunk a chunk}, which is a copy of this chunk with updates specified applied. @param blockStateUpdates a map which maps chunk-
server/src/main/java/net/hypejet/jet/server/world/chunk/JetChunk.java:148
↓ 4 callersMethodacquireSessionRead
Creates {@linkplain NotNullObjectAcquisition a not-null object acquisition}, which allows doing read-only operations of a current {@linkplain Session
server/src/main/java/net/hypejet/jet/server/network/SocketPlayerConnection.java:209
↓ 4 callersMethodchunkSectionList
Gets {@linkplain ChunkSectionList a chunk section list} of {@linkplain JetChunkSection chunk sections} of this {@linkplain JetChunk chunk}. @return t
server/src/main/java/net/hypejet/jet/server/world/chunk/JetChunk.java:96
↓ 4 callersMethodclear
Requests a client associated with the {@linkplain PacketReceivingAudience packet-receiving audience} to remove all resource packs that were requested
server/src/main/java/net/hypejet/jet/server/network/session/pack/ResourcePackHandler.java:125
↓ 4 callersMethodcreate
Creates {@linkplain LightSerializationData a light serialization data} for {@linkplain LightSectionList a light section list} specified. @param light
server/src/main/java/net/hypejet/jet/server/world/chunk/light/LightSerializationData.java:195
↓ 4 callersMethodcreateAbsoluteValue
(int relativeValue, int chunkPositionValue, @NonNull ChunkPaletteTy
server/src/main/java/net/hypejet/jet/server/util/coordinate/AbsolutePositionUtil.java:60
↓ 4 callersMethodextractPacketFieldNames
(@NonNull Class<?> clazz, @NonNull Map<Key, String> fieldNameMap)
data/generator/src/main/java/net/hypejet/jet/data/generator/generator/generators/PacketIdentifierGenerator.java:106
↓ 4 callersMethodgetBlockY
Gets an absolute {@code block Y} coordinate value of a height that is stored for chunk-relative {@code block X} and chunk-relative {@code block Z} coo
server/src/main/java/net/hypejet/jet/server/world/chunk/heightmap/HeightMap.java:85
↓ 4 callersMethodgetObjective
(@NonNull String name)
server/src/main/java/net/hypejet/jet/server/scoreboard/JetScoreboard.java:36
↓ 4 callersMethodindexFor
Gets an index of the specified value. @param value the value @return the index @throws IllegalArgumentException if this index specification does not
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/AbstractChunkPalette.java:310
↓ 4 callersMethodisEligible
Gets whether an event specified is eligible to call this listener. @param event the event @return {@code true} if the event is eligible to call this
api/src/main/java/net/hypejet/jet/event/listener/EventListener.java:123
↓ 4 callersMethodisOpaque
(@NonNull JetBlockState state)
server/src/main/java/net/hypejet/jet/server/world/chunk/heightmap/HeightMapType.java:19
↓ 4 callersMethodlength
(@NonNull Map<K, V> aggregate)
server/src/main/java/net/hypejet/jet/server/network/codec/aggregate/map/MapNetworkWriter.java:51
↓ 4 callersMethodlightValue
Gets the light level of a light with the specified {@linkplain LightType light type} at the specified {@linkplain BlockPosition block position} associ
server/src/main/java/net/hypejet/jet/server/world/acquisition/worldmap/WorldMapAcquisitionImpl.java:181
↓ 4 callersMethodmaximumViewDistance
Gets a maximum chunk view distance that a player can have. @return the maximum view distance @since 1.0
server/src/main/java/net/hypejet/jet/server/configuration/unparsed/UnparsedServerConfiguration.java:224
↓ 4 callersMethodminimumDirectBits
Gets a minimum bits-per-entry number that direct 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:84
↓ 4 callersMethodoptionalTag
Gets an optional tag from the specified {@linkplain CompoundBinaryTag compound binary tag}. @param name a name of the tag to get @param compound the
server/src/main/java/net/hypejet/jet/server/util/nbt/BinaryTagUtil.java:67
↓ 4 callersMethodpath
Gets a relative classpath string of a file that should have the output generated by this {@linkplain ResourceGenerator resource generator}. @return t
data/generator/src/main/java/net/hypejet/jet/data/generator/generator/ResourceGenerator.java:27
↓ 4 callersMethodprevious
Gets a previous {@linkplain Player.GameMode game mode} that {@linkplain Player a player} associated with this acquisition had. @return the game mode,
api/src/main/java/net/hypejet/jet/entity/acquisition/gamemode/GameModeAcquisition.java:23
↓ 4 callersMethodpriority
Gets a priority of this event node. @return the event priority @since 1.0
api/src/main/java/net/hypejet/jet/event/node/EventNode.java:266
↓ 4 callersMethodprotocolState
Creates {@linkplain NotNullObjectAcquisition a not-null object acquisition} of {@linkplain ProtocolState a protocol state} of this connection. @retur
server/src/main/java/net/hypejet/jet/server/network/SocketPlayerConnection.java:195
↓ 4 callersMethodregistrationInfos
Gets {@linkplain List list} of {@linkplain RegistrationInfo registration infos} of all registrations from this {@linkplain JetMinecraftRegistry regist
server/src/main/java/net/hypejet/jet/server/registry/JetMinecraftRegistry.java:110
↓ 4 callersMethodregistry
(@NonNull RegistryReference<V> reference)
server/src/main/java/net/hypejet/jet/server/registry/JetRegistryManager.java:217
↓ 4 callersMethodresumePacketReading
Unblocks a thread responsible for decoding and reading packets if it was blocked via {@link #pausePacketReading()}. @since 1.0
server/src/main/java/net/hypejet/jet/server/network/packet/reader/ClientPacketReader.java:95
↓ 4 callersMethodsendPacket
(@NonNull ServerPacket packet)
server/src/main/java/net/hypejet/jet/server/network/session/task/ConfigurationSessionTask.java:170
↓ 4 callersMethodsendPacketToViewers
(@NonNull ServerPacket packet)
server/src/main/java/net/hypejet/jet/server/scoreboard/JetScoreboard.java:226
↓ 4 callersMethodserver
()
server/src/main/java/net/hypejet/jet/server/network/SocketPlayerConnection.java:123
↓ 4 callersMethodsetObjective
(@NonNull String name, @Nullable ScoreboardObjective objective)
server/src/main/java/net/hypejet/jet/server/scoreboard/JetScoreboard.java:42
↓ 4 callersMethodsetScore
(@NonNull Entity entity, @NonNull String objective, @Nullable Score score)
server/src/main/java/net/hypejet/jet/server/scoreboard/JetScoreboard.java:88
↓ 4 callersMethodtestCreation
( @NonNull Class<?> expectedType, @NonNull ToIntFunction<ChunkPaletteType> bitCountFun
server/src/test/java/net/hypejet/jet/server/test/world/chunk/palette/AbstractChunkPaletteTest.java:199
↓ 4 callersMethodtoChunkPositionValue
(int value, @NonNull ChunkPaletteType paletteType)
server/src/main/java/net/hypejet/jet/server/util/coordinate/ChunkPositionUtil.java:52
↓ 4 callersMethodtype
Gets {@linkplain ChunkPaletteType a type} of this chunk palette. @return the type @since 1.0
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/AbstractChunkPalette.java:99
↓ 4 callersMethodupdateChunkView
Updates {@linkplain ChunkView chunk view} used by this {@linkplain ChunkBatchHandler chunk batch handler} with latest data of the {@linkplain JetPlaye
server/src/main/java/net/hypejet/jet/server/world/handler/ChunkBatchHandler.java:111
↓ 4 callersMethodvalidBlocks
Gets a {@linkplain HolderSet holder set} referencing to {@linkplain BlockType blocks} that support block entities of this type. @return the holder se
api/src/main/java/net/hypejet/jet/world/block/entity/BlockEntityType.java:22
↓ 4 callersMethodvalidateObjectiveName
(@NonNull String objectiveName)
server/src/main/java/net/hypejet/jet/server/scoreboard/JetScoreboard.java:237
↓ 4 callersMethodvalueByIndex
Gets a value that is bound to the specified index. @param index the index @return the value @throws IllegalArgumentException if this index specificat
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/AbstractChunkPalette.java:321
↓ 4 callersMethodzero
Gets a {@linkplain Vector vector} instance with all axis values set to {@code 0}. @return the vector @since 1.0
api/src/main/java/net/hypejet/jet/world/coordinate/Vector.java:59
↓ 3 callersMethodacquireSessionWrite
Creates {@linkplain WriteNotNullObjectAcquisition a write not-null object acquisition}, which allows doing write operations of a current {@linkplain S
server/src/main/java/net/hypejet/jet/server/network/SocketPlayerConnection.java:220
↓ 3 callersMethodaddress
Gets an address that the server should bind to. @return the address @since 1.0
server/src/main/java/net/hypejet/jet/server/configuration/unparsed/UnparsedServerConfiguration.java:144
↓ 3 callersMethodblockEntities
Gets {@linkplain Map a map}, which maps {@linkplain ChunkRelativeBlockPosition chunk-relative block positions} of blocks to data of their block entiti
api/src/main/java/net/hypejet/jet/world/chunk/Chunk.java:47
↓ 3 callersMethodblockLightData
Gets {@linkplain List a list} containing an array with block-light data for each section of the chunk with a bit set in the block-light mask, starting
server/src/main/java/net/hypejet/jet/server/world/chunk/light/LightSerializationData.java:153
↓ 3 callersMethodblockLightMask
Gets a bitset containing bits for each section of the chunk, a section below the lowest section and a section above the highest section, each bit set
server/src/main/java/net/hypejet/jet/server/world/chunk/light/LightSerializationData.java:105
↓ 3 callersMethodblockX
Gets the rounded down value of {@code X} axis of this {@linkplain Coordinate coordinate}. @return the rounded down {@code X} axis value @since 1.0
api/src/main/java/net/hypejet/jet/world/coordinate/Coordinate.java:67
↓ 3 callersMethodblockZ
Gets the rounded down value of {@code Z} axis of this {@linkplain Coordinate coordinate}. @return the rounded down {@code Z} axis value @since 1.0
api/src/main/java/net/hypejet/jet/world/coordinate/Coordinate.java:87
↓ 3 callersMethodbyIndex
Gets a {@linkplain JetBlockState block state} by its registry index. @param index the registry index @return the block state @throws IllegalArgumentE
server/src/main/java/net/hypejet/jet/server/registry/blockstate/JetBlockStateRegistry.java:167
↓ 3 callersMethodclassLoader
Gets {@linkplain URLClassLoader an URL class loader}, which was used to load the plugin. @return the URL class loader @since 1.0
server/src/main/java/net/hypejet/jet/server/plugin/JetPlugin.java:76
↓ 3 callersMethodcommandManager
Gets {@linkplain CommandManager a command manager} of the server. @return the command manager @since 1.0
api/src/main/java/net/hypejet/jet/MinecraftServer.java:75
↓ 3 callersMethodcompress
Compresses an input with {@link Deflater deflater}. @param input the input @return the compressed data @since 1.0
server/src/main/java/net/hypejet/jet/server/util/CompressionUtil.java:28
↓ 3 callersMethodcompressionThreshold
Gets a packet length, since which packets should be compressed. @return the packet length @since 1.0
server/src/main/java/net/hypejet/jet/server/configuration/unparsed/UnparsedServerConfiguration.java:166
↓ 3 callersMethodconvertSet
Converts the specified {@linkplain ResourceLocation resource location} {@linkplain Set set} to a {@linkplain Key key} {@linkplain Set set}. @param lo
data/generator/src/main/java/net/hypejet/jet/data/generator/adpater/KeyAdapter.java:39
↓ 3 callersMethodcreate
(Gson gson, TypeToken<T> type)
data/json/src/main/java/net/hypejet/jet/data/json/adapters/util/UtilTypeAdapterFactory.java:26
↓ 3 callersMethodcreateElementIndex
(byte blockX, byte blockZ)
server/src/main/java/net/hypejet/jet/server/world/chunk/heightmap/HeightMap.java:224
↓ 3 callersMethodcreateSectionCount
Creates a number, which is a count of {@linkplain JetChunkSection chunk sections} that worlds with {@linkplain DimensionType a dimension type} specifi
server/src/main/java/net/hypejet/jet/server/world/chunk/section/ChunkSectionList.java:177
↓ 3 callersMethoddata
Gets a long array that stores elements of this {@linkplain BitStorage bit storage}. Elements of the long array can store multiple values at once. @re
server/src/main/java/net/hypejet/jet/server/util/storage/BitStorage.java:110
↓ 3 callersMethoddecode
(@NotNull BinaryTag encoded)
server/src/main/java/net/hypejet/jet/server/registry/codecs/entity/variant/wolf/WolfVariantBinaryTagCodec.java:32
↓ 3 callersMethoddecompress
Decompresses an input with {@link Inflater inflater}. @param input the input @return the uncompressed data @since 1.0
server/src/main/java/net/hypejet/jet/server/util/CompressionUtil.java:51
↓ 3 callersMethoddeleteRecursively
Deletes the specified path if exists. If the path is a directory, child paths are deleted using the same method. @param path the path to remove @thro
data/generator/src/main/java/net/hypejet/jet/data/generator/util/FileUtils.java:26
↓ 3 callersMethoddeserialize
(@NonNull String serialized, @NonNull TagResolver @NonNull [
server/src/main/java/net/hypejet/jet/server/configuration/JetServerConfiguration.java:112
↓ 3 callersMethoddeserializeEntries
Deserializes a {@linkplain JsonRegistryEntry registry-entry} {@linkplain List list} from contents of the specified resource file. @param classpath th
server/src/main/java/net/hypejet/jet/server/util/data/JetDataUtil.java:33
↓ 3 callersMethoddimensionType
Gets a {@linkplain Holder.Reference holder referencing to} a {@link DimensionType dimension type} that this world uses. @return the holder reference
api/src/main/java/net/hypejet/jet/world/World.java:29
↓ 3 callersMethodelementCountMap
Gets {@linkplain Object2ShortMap a map}, which maps elements to their count in the palette. @return the map @since 1.0
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/AbstractChunkPalette.java:179
↓ 3 callersMethodelementCountMap
()
server/src/main/java/net/hypejet/jet/server/world/chunk/palette/DirectChunkPalette.java:64
↓ 3 callersMethodelements
Gets {@linkplain List a list} of elements, which this chunk palette stores. The list is represented in a format specified in {@linkplain ChunkPalette
api/src/main/java/net/hypejet/jet/world/chunk/section/ChunkPalette.java:29
↓ 3 callersMethodempty
Gets {@linkplain CommonAudience a common audience} that does nothing. @return the common audience @since 1.0
api/src/main/java/net/hypejet/jet/util/game/audience/CommonAudience.java:109
↓ 3 callersMethodemptyBlockLightMask
Gets a bitset containing bits for each section of the chunk, a section below the lowest section and a section above the highest section, each bit set
server/src/main/java/net/hypejet/jet/server/world/chunk/light/LightSerializationData.java:131
↓ 3 callersMethodemptySkyLightMask
Gets a bitset containing bits for each section of the chunk, a section below the lowest section and a section above the highest section, each bit set
server/src/main/java/net/hypejet/jet/server/world/chunk/light/LightSerializationData.java:118
↓ 3 callersMethodencode
(@NotNull WolfVariant decoded)
server/src/main/java/net/hypejet/jet/server/registry/codecs/entity/variant/wolf/WolfVariantBinaryTagCodec.java:43
↓ 3 callersMethodensureInEventLoop
Ensures that the caller thread is {@linkplain EventLoop an event loop} thread. @throws IllegalStateException if the caller thread is not an event loo
server/src/main/java/net/hypejet/jet/server/network/SocketPlayerConnection.java:332
↓ 3 callersMethodensureRegistered
(@NonNull Key key)
server/src/main/java/net/hypejet/jet/server/registry/JetMinecraftRegistry.java:170
↓ 3 callersMethodentries
()
server/src/main/java/net/hypejet/jet/server/util/acquirable/map/longs/GuardedLongObjectMap.java:52
↓ 3 callersMethodequals
(Object o)
server/src/main/java/net/hypejet/jet/server/world/chunk/JetChunk.java:240
↓ 3 callersMethodequals
(Object o)
server/src/main/java/net/hypejet/jet/server/world/chunk/section/JetChunkSection.java:129
↓ 3 callersMethodfromBiomePosition
Creates {@linkplain ChunkPosition a chunk position} of {@linkplain JetChunk a chunk} that {@linkplain BiomePosition a biome position} specified belong
server/src/main/java/net/hypejet/jet/server/util/coordinate/ChunkPositionUtil.java:45
↓ 3 callersMethodgetValue
Gets a light-level value for a block state at {@linkplain ChunkPaletteRelativePosition a chunk-palette-relative position} specified. @param position
server/src/main/java/net/hypejet/jet/server/world/chunk/light/storage/AbstractLightStorage.java:96
↓ 3 callersMethodhandleClientMovement
Handles a clientside change of a {@linkplain Position position} of the {@linkplain JetPlayer player}. @param positionUnaryOperator a unary operator t
server/src/main/java/net/hypejet/jet/server/entity/player/movement/PlayerMovementSynchronizer.java:100
↓ 3 callersMethodhandleKeepAliveResponse
Handles a client response for a keep alive requested by a server. @param keepAliveIdentifier an identifier of the keep alive @since 1.0
server/src/main/java/net/hypejet/jet/server/network/session/common/CommonSessionPacketHandler.java:38
↓ 3 callersMethodheightMaps
Gets {@linkplain Map a map} that maps {@linkplain HeightMapType height map types} to chunk {@linkplain HeightMap height maps} of the corresponding typ
server/src/main/java/net/hypejet/jet/server/world/chunk/JetChunk.java:118
↓ 3 callersMethodidentifierOf
Gets an identifier of {@linkplain Player.GameMode a game mode} specified. @param gameMode the game mode @return the identifier @since 1.0
server/src/main/java/net/hypejet/jet/server/util/game/gamemode/GameModeUtil.java:46
↓ 3 callersMethodload
Creates {@linkplain Chunk a chunk} that should be present at {@linkplain ChunkPosition a chunk position} specified in {@linkplain World a world specif
api/src/main/java/net/hypejet/jet/world/chunk/ChunkLoader.java:23
← previousnext →101–200 of 1,964, ranked by callers